From 5f7bdb781bfb9135b0db4dc3c53f2ce0fcb3440b Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Sun, 24 May 2020 18:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=8C=89=E9=92=AE=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _server/editor_blockly.js | 2 +- _server/editor_mappanel.js | 2 +- _server/editor_table.js | 2 +- migration.html | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_server/editor_blockly.js b/_server/editor_blockly.js index 9ab7f75b..e352376b 100644 --- a/_server/editor_blockly.js +++ b/_server/editor_blockly.js @@ -147,7 +147,7 @@ editor_blockly = function () { editor_blockly.highlightParse = function (shouldHighLight) { if (shouldNotifyParse == shouldHighLight) return; shouldNotifyParse = shouldHighLight; - blocklyParseBtn.style.background = shouldNotifyParse ? '#FFCCAA' : 'unset'; + blocklyParseBtn.style.background = shouldNotifyParse ? '#fff4bb' : 'unset'; } editor_blockly.cancel = function () { diff --git a/_server/editor_mappanel.js b/_server/editor_mappanel.js index 8237d950..86a894c0 100644 --- a/_server/editor_mappanel.js +++ b/_server/editor_mappanel.js @@ -830,7 +830,7 @@ editor_mappanel_wrapper = function (editor) { editor.uifunctions.highlightSaveFloorButton=function(){ var saveFloor = document.getElementById('saveFloor'); - saveFloor.style.background='#FFCCAA'; + saveFloor.style.background='#fff4bb'; } editor.uifunctions.unhighlightSaveFloorButton=function(){ diff --git a/_server/editor_table.js b/_server/editor_table.js index 6e792a48..80ed94f4 100644 --- a/_server/editor_table.js +++ b/_server/editor_table.js @@ -71,7 +71,7 @@ editor_table_wrapper = function (editor) { ---- ---- ${field} - + \n` } diff --git a/migration.html b/migration.html index 4129e54b..5a5faf63 100644 --- a/migration.html +++ b/migration.html @@ -83,6 +83,11 @@ if (functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a.events.setInitData || !plugin
  • 「绘制圆」「绘制圆边框」「重启当前事件」已经被删除,并且无法再在游戏中使用,请替换成等价的写法。
  • +
  • 其他 + +
  • 接档后请做好充分的测试!最好能跑通录像以确认接档无误!