mv *comment.js

This commit is contained in:
YouWei Zhao 2019-04-06 08:31:57 -04:00
parent f43a872895
commit 616b77a760
9 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@ editor_file = function (editor, callback) {
if (window.location.href.indexOf('_server') !== -1)
script.src = key + '.js';
else
script.src = '_server/' + key + '.js';
script.src = '_server/table/' + key + '.js';
document.body.appendChild(script);
script.onload = function () {
editor_file[value] = eval(key.replace('.', '_') + '_c456ea59_6018_45ef_8bcc_211a24c627dc');

View File

@ -220,13 +220,13 @@ editor_multi = function () {
editor_multi.editCommentJs = function (mod) {
var dict = {
loc: '_server/comment.js',
enemyitem: '_server/comment.js',
floor: '_server/comment.js',
tower: '_server/data.comment.js',
functions: '_server/functions.comment.js',
commonevent: '_server/events.comment.js',
plugins: '_server/plugins.comment.js',
loc: '_server/table/comment.js',
enemyitem: '_server/table/comment.js',
floor: '_server/table/comment.js',
tower: '_server/table/data.comment.js',
functions: '_server/table/functions.comment.js',
commonevent: '_server/table/events.comment.js',
plugins: '_server/table/plugins.comment.js',
}
editor_multi.lintAutocomplete = true
editor_multi.setLint()

View File

@ -16,7 +16,7 @@
+ [ ] editor 执行初始化流程加组合各组件
+ [ ] 原editor_mode 移除
+ [ ] 原vm 移除
+ [ ] \*comment.js 表格注释与结构, 移至comment/\*comment.js
+ [x] \*comment.js 表格注释与结构, 移至table/\*comment.js
## 对象结构