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
  • 「绘制圆」「绘制圆边框」「重启当前事件」已经被删除,并且无法再在游戏中使用,请替换成等价的写法。
  • +
  • 其他 + +
  • 接档后请做好充分的测试!最好能跑通录像以确认接档无误!