refactor: split schema editor module

This commit is contained in:
7015725
2026-05-23 01:48:19 +08:00
parent c8f8f46054
commit 52b13bea19
7 changed files with 341 additions and 330 deletions

View File

@@ -28,7 +28,8 @@ MODULES = [
"th_05_persistence.js", "th_06_icon_parser.js", "th_07_shortcut.js",
"th_08_content.js", "th_09_animation.js", "th_10_shell.js",
"th_11_action.js", "th_12_rebuild.js", "th_13_panel_ui.js",
"th_14_panels.js", "th_14_color_picker.js", "th_14_icon_picker.js", "th_15_extra.js", "th_16_entry.js",
"th_14_panels.js", "th_14_color_picker.js", "th_14_icon_picker.js",
"th_14_schema_editor.js", "th_15_extra.js", "th_16_entry.js",
]