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

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