From de4e134be8162c10b18d0452fc8ce17801c20a8a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 22 May 2024 22:12:03 +0800 Subject: [PATCH] 0.16.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - mysql同步优化,享受丝滑般感觉。 - 网站统计 - 实时-可调节1-10s。 - 网站统计 - 加入大小条件。 - Sphinx优化。 --- README.md | 2 +- class/core/config_api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3cade916..2337f28e7 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.16.8.x +### 版本更新 0.16.9 - mysql同步优化,享受丝滑般感觉。 - 网站统计 - 实时-可调节1-10s。 diff --git a/class/core/config_api.py b/class/core/config_api.py index 24b2776d6..71dd0d896 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.8.5' + __version = '0.16.9' __api_addr = 'data/api.json' # 统一默认配置文件