fix: 修复选项1缺少UI辅助插件安装及8080提示位置问题

- 修复 be3600/be6500/gl-inet.sh 选项1缺少 UI辅助插件安装
- 新增 show_completion_message() 函数,确保8080提示始终显示在脚本末尾
- 新增 Mudi 7 (GL-E5800) 机型支持
- 新增 BE9300 机型支持
- 更新 main.sh 自动检测和手动菜单
This commit is contained in:
2026-06-22 09:07:07 +08:00
parent 41b72b6e54
commit fbdd395425
11 changed files with 335 additions and 21 deletions

View File

@@ -9,8 +9,9 @@ sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/main.sh)"
```
主脚本支持自动检测以下机型:
- GL-iNet BE-6500 / BE-3600
- GL-iNet BE-6500 / BE-9300 / BE-3600
- GL-iNet MT-5000 / MT-3600
- GL-iNet Mudi 7 (GL-E5800)
- GL-iNet MT-2500A / MT-3000 / MT-6000
- OP24 固件专用脚本
@@ -33,6 +34,11 @@ sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet-op
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be6500.sh)"
```
#### BE9300
```bash
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be9300.sh)"
```
#### BE3600
```bash
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be3600.sh)"
@@ -43,6 +49,11 @@ sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be3600.sh)
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt3600.sh)"
```
#### Mudi 7 (GL-E5800)
```bash
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mudi7.sh)"
```
#### MT-5000
```bash
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt5000.sh)"
@@ -78,9 +89,11 @@ gl/
├── lib/
│ └── lib-common.sh # 公共函数库
├── be6500.sh # BE6500专用脚本
├── be9300.sh # BE9300专用脚本
├── be3600.sh # BE3600专用脚本
├── mt5000.sh # MT5000专用脚本
├── mt3600.sh # MT3600专用脚本
├── mudi7.sh # Mudi 7 (GL-E5800)专用脚本
├── gl-inet.sh # MT2500/3000/6000通用脚本
├── gl-inet-op24.sh # OP24固件专用脚本
└── mt-3000/