From 2179db5f8bfa656857c2e7553dba44e01f87451a Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 26 Oct 2022 23:24:33 +0800 Subject: [PATCH] 0.10.0 --- README.md | 10 +++++++--- class/core/config_api.py | 2 +- plugins/webstats/info.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2336f107b..8fd37ba66 100644 --- a/README.md +++ b/README.md @@ -92,11 +92,15 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.9.14 +### 版本更新 0.10.0 -* 优化网站统计插件,提搞速度和并发数。 -* mysql8安装地址更新。 * OP防火墙优化。 +* OP防火墙-添加URL白名单功能。 +* 网站统计优化。 +* 添加`FTP存储空间`插件。 +* 初始安装IPv6安装。 +* phpMyAdmin优化。 + ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index f7beb14e3..947208a24 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -15,7 +15,7 @@ from flask import request class config_api: - __version = '0.9.14.1' + __version = '0.10.0' def __init__(self): pass diff --git a/plugins/webstats/info.json b/plugins/webstats/info.json index aa5ec163c..c823be451 100755 --- a/plugins/webstats/info.json +++ b/plugins/webstats/info.json @@ -1,6 +1,6 @@ { "sort": 7, - "ps": "[DEV]网站统计报表[此插件-需要小白鼠反馈问题,慎用!]", + "ps": "网站统计报表", "name": "webstats", "title": "网站统计", "shell": "install.sh",