From 682f8309c4c265b3741c36e45ec6147bf653d839 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 15 Sep 2023 01:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81rar=E8=A7=A3=E5=8E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + class/core/config_api.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5bc78d2..bb4c51286 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: * 安装时默认监控开启。 * MySQL/MYSQL-YUM/MySQL-APT添加重置master功能。 * 支持华为欧拉系统。 +* 支持rar解压。 ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index 4a4a306b3..53f0e2b2d 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -27,7 +27,7 @@ from flask import request class config_api: - __version = '0.16.1.2' + __version = '0.16.1' __api_addr = 'data/api.json' def __init__(self):