~优化菜单结构

This commit is contained in:
juewuy
2025-12-21 11:04:14 +08:00
parent ac8f225c4f
commit 871ca7eb8a
7 changed files with 435 additions and 68 deletions

View File

@@ -1,3 +1,11 @@
用于存放脚本内置工具的脚本
此处脚本内容不应包含非报错的文字输出和log输出
引用方式必须为:
```shell
. "$CRASHDIR"/libs/xxx.sh
```
返回码必须是return x而不能是exit x
此处脚本内容不应包含文字输出和log输出