diff --git a/_server/table/plugins.comment.js b/_server/table/plugins.comment.js index 6c7d8b0c..32e81c9c 100644 --- a/_server/table/plugins.comment.js +++ b/_server/table/plugins.comment.js @@ -91,7 +91,7 @@ var plugins_comment_c456ea59_6018_45ef_8bcc_211a24c627dc = { "_leaf": true, "_type": "textarea", "_range": "typeof(thiseval)=='string' || thiseval==null", - "_data": "接收&发送弹幕" + "_data": "接收&发送在线留言" }, "autoChangeEquip": { "_leaf": true, diff --git a/project/data.js b/project/data.js index 30c8a11f..3f53054d 100644 --- a/project/data.js +++ b/project/data.js @@ -729,6 +729,6 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = "enableRouteFolding": true, "disableShopOnDamage": false, "blurFg": false, - "chaseThroughEnemy": true + "chaseThroughEnemy": false } } \ No newline at end of file diff --git a/project/items.js b/project/items.js index 06ec64c1..ccff695a 100644 --- a/project/items.js +++ b/project/items.js @@ -603,10 +603,10 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = "useItemEvent": [ { "type": "choices", - "text": "本功能需要您在h5mota.com在线游玩并处于登录状态时使用,可以发送和接受留言。\n发言后需要选择刷新留言才能看到自己新发的留言。", + "text": "本功能需要您在h5mota.com在线游玩并处于登录状态时使用,可以发送和接受留言。\n发言后需要选择\"获取最新留言\"才能看到自己新发的留言。\n您当前\"在地图上显示在线留言\"功能处于${flag:comment?'打开状态':'关闭状态,在设置中可打开。'}", "choices": [ { - "text": "刷新留言", + "text": "获取最新留言", "action": [ { "type": "function", diff --git a/project/plugins.js b/project/plugins.js index c4f5dfe3..444779af 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -2299,7 +2299,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = const l = commentCollection[floorId][pos].length; for (let i = 0; i <= l - 1; i++) { const [x, y] = pos.split(','); - core.drawIcon('sign', postman, 32 * x, 32 * y); + core.drawIcon('sign', 'postman', 32 * x, 32 * y); break; } }