This commit is contained in:
dami 2025-07-16 15:20:50 +08:00
parent 266b9fa5c2
commit 94cab2e71a
2 changed files with 4 additions and 9 deletions

View File

@ -108,15 +108,10 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:
```
### 版本更新 0.18.0
### 版本更新 0.18.2
- 重新架构面板。
- PHP84正式版。
- 加入alist插件。
- 数据管理-常用命令。
- 插件读取优化(加入缓存+定时检查状态)。
- 恢复面板书签。
- 常规更新。
- 备份目录功能支持排除目录。
- 其他细节优化。
### JSDelivr安装地址

View File

@ -13,7 +13,7 @@
# 应用程序版本号组件
APP_RELEASE = 0
APP_REVISION = 18
APP_SMALL_VERSION = 1
APP_SMALL_VERSION = 2
# 应用程序版本后缀例如“beta1”、“dev”。通常为空字符串GA发布
APP_SUFFIX = ''