更新readme
This commit is contained in:
parent
551f728eb2
commit
209f3f2185
@ -54,8 +54,11 @@
|
||||
### 特殊文件作用
|
||||
|
||||
* **_init.sh**:目录初始化脚本,在进入目录时自动执行,用于环境依赖检查
|
||||
* **位置参数**:不接收位置参数
|
||||
* **_menu.sh**:完全替代默认菜单,提供自定义菜单界面
|
||||
* **位置参数**:`$1` - 当前目录路径 (`local_path`)
|
||||
* **_action.sh**:半替代菜单,接收用户选择的脚本名称和当前路径,决定如何执行
|
||||
* **位置参数**:`$1` - 当前目录路径 (`local_path`),`$2` - 用户选择的脚本名称 (`selected_script`)
|
||||
|
||||
### 自定义扩展方法
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user