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",

View File

@@ -1,4 +1,4 @@
// @version 1.0.0
// @version 1.0.1
// ToolHub - Android 悬浮球工具 (ShortX / Rhino ES5)
// 来源: 阿然 (xin-blog.com)
//

View File

@@ -1,4 +1,4 @@
// @version 1.0.0
// @version 1.0.1
// =======================【Shell广播桥执行】======================
// 仅通过广播桥发送 shell 命令,由外部接收器实际执行。
// 注意system_server 进程本身不直接执行 shell。

View File

@@ -1,4 +1,4 @@
// @version 1.0.0
// @version 1.0.1
// =======================【WM 线程:按钮动作执行】======================
FloatBallAppWM.prototype.execButtonAction = function(btn, idx) {
// # 点击防抖