0.10.0
This commit is contained in:
parent
dcced8c0fb
commit
2179db5f8b
10
README.md
10
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安装地址
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ from flask import request
|
|||
|
||||
class config_api:
|
||||
|
||||
__version = '0.9.14.1'
|
||||
__version = '0.10.0'
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"sort": 7,
|
||||
"ps": "[DEV]网站统计报表[此插件-需要小白鼠反馈问题,慎用!]",
|
||||
"ps": "网站统计报表",
|
||||
"name": "webstats",
|
||||
"title": "网站统计",
|
||||
"shell": "install.sh",
|
||||
|
|
|
|||
Loading…
Reference in New Issue