We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19f9390 + ffed4f5 commit 4617161Copy full SHA for 4617161
README.md
@@ -108,10 +108,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:
108
```
109
110
111
-### 版本更新 0.18.2
+### 版本更新 0.18.4
112
113
-- 备份目录功能支持排除目录。
114
-- 其他细节优化。
+- 国内安装优化。
115
116
### JSDelivr安装地址
117
web/version.py
@@ -13,7 +13,7 @@
13
# 应用程序版本号组件
14
APP_RELEASE = 0
15
APP_REVISION = 18
16
-APP_SMALL_VERSION = 3
+APP_SMALL_VERSION = 4
17
18
# 应用程序版本后缀,例如"beta1"、"dev"。通常为空字符串GA发布
19
APP_SUFFIX = ''
0 commit comments