diff --git a/ToolHub.js b/ToolHub.js index 7ad0b28..830e9e6 100644 --- a/ToolHub.js +++ b/ToolHub.js @@ -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", diff --git a/code/th_01_base.js b/code/th_01_base.js index 883b869..8c77058 100644 --- a/code/th_01_base.js +++ b/code/th_01_base.js @@ -1,4 +1,4 @@ -// @version 1.0.0 +// @version 1.0.1 // ToolHub - Android 悬浮球工具 (ShortX / Rhino ES5) // 来源: 阿然 (xin-blog.com) // diff --git a/code/th_10_shell.js b/code/th_10_shell.js index a019b4e..df2f73d 100644 --- a/code/th_10_shell.js +++ b/code/th_10_shell.js @@ -1,4 +1,4 @@ -// @version 1.0.0 +// @version 1.0.1 // =======================【Shell:广播桥执行】====================== // 仅通过广播桥发送 shell 命令,由外部接收器实际执行。 // 注意:system_server 进程本身不直接执行 shell。 diff --git a/code/th_11_action.js b/code/th_11_action.js index e50fc38..671d991 100644 --- a/code/th_11_action.js +++ b/code/th_11_action.js @@ -1,4 +1,4 @@ -// @version 1.0.0 +// @version 1.0.1 // =======================【WM 线程:按钮动作执行】====================== FloatBallAppWM.prototype.execButtonAction = function(btn, idx) { // # 点击防抖