diff --git a/README.md b/README.md index 2337f28e7..47ba88475 100644 --- a/README.md +++ b/README.md @@ -110,12 +110,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.16.9 +### 版本更新 0.17.0 -- mysql同步优化,享受丝滑般感觉。 -- 网站统计 - 实时-可调节1-10s。 -- 网站统计 - 加入大小条件。 -- Sphinx优化。 +- 面板SSL调整。 ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index bbf241789..bfd27b69c 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -28,7 +28,7 @@ from flask import request class config_api: - __version = '0.16.9.6' + __version = '0.17.0' __api_addr = 'data/api.json' # 统一默认配置文件