chore: bump version for shell refactor (1.0.0 -> 1.0.1)

- th_01_base.js: 1.0.1 (Base64 decode comment cleanup)
- th_10_shell.js: 1.0.1 (remove Action-first path, keep only broadcast bridge)
- th_11_action.js: 1.0.1 (toast msg update)
- ToolHub.js: MODULE_MANIFEST synced
This commit is contained in:
root
2026-04-20 12:32:55 +08:00
parent 40a60a6912
commit 9b07a888a5
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
// 将本文件放入 ShortX 任务th_*.js 放入 ShortX 数据根目录/ToolHub/code/ 文件夹
var MODULE_MANIFEST = {
"th_01_base.js": "1.0.0",
"th_01_base.js": "1.0.1",
"th_02_core.js": "1.0.0",
"th_03_icon.js": "1.0.0",
"th_04_theme.js": "1.0.0",
@@ -11,8 +11,8 @@ var MODULE_MANIFEST = {
"th_07_shortcut.js": "1.0.0",
"th_08_content.js": "1.0.0",
"th_09_animation.js": "1.0.0",
"th_10_shell.js": "1.0.0",
"th_11_action.js": "1.0.0",
"th_10_shell.js": "1.0.1",
"th_11_action.js": "1.0.1",
"th_12_rebuild.js": "1.0.0",
"th_13_panel_ui.js": "1.0.0",
"th_14_panels.js": "1.0.0",