This commit is contained in:
sftang
2022-09-22 17:10:03 +08:00
parent ea04edf89d
commit 5a5050f5cd
2 changed files with 9 additions and 1 deletions

View File

@@ -30,6 +30,13 @@ pip install --no-cache-dir -r requirements.txt -i https://pypi.mirrors.ustc.edu.
```
![](https://raw.githubusercontent.com/xingsu1021/pthelper/master/static/screenshot/update.png)
# v2.2.2 说明
```shell
1、新增备份恢复功能。
2、支持mysql作为后端数据库
```
# v2.2.1 说明
```shell

View File

@@ -140,6 +140,7 @@ WSGI_APPLICATION = 'pthelper.wsgi.application'
# 'default': {
# 'ENGINE': 'django.db.backends.sqlite3',
# 'NAME': os.path.join(BASE_DIR,'db','pthelper.sqlite3'),
# 'timeout': 20,
# }
# }
#mysql
@@ -225,7 +226,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
#模板使用变量
SITE_NAME = 'PT助手'
SITE_URL = 'https://github.com/xingsu1021/pthelper'
SITE_VERSION = 'Version 2.2.1'
SITE_VERSION = '版本 2.2.2'
SITE_COPYRIGHT = 'copyright © 2022'
SITE_NAME_COPYRIGHT = 'copyright © 2022 PT助手'