From 917a3edb7f026f2f5d5243d224218cc42db717c4 Mon Sep 17 00:00:00 2001 From: a76yyyy Date: Mon, 15 Nov 2021 20:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ReadMe=E5=92=8C=E7=89=88?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++------ version.json | 2 +- web/tpl/about.html | 2 +- web/tpl/har/editor.html | 2 +- web/tpl/index.html | 2 +- web/tpl/password_reset.html | 2 +- web/tpl/password_reset_email.html | 2 +- web/tpl/register.html | 2 +- web/tpl/task_new.html | 2 +- web/tpl/utils.html | 2 +- 10 files changed, 23 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8b90674d3cc..a6fc14a3385 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,14 @@ sh /usr/src/app/update.sh # 先进入容器后台, 执行命令后重启进程 更新日志 =========== + +## 2021.11.15 更新 +1. 编辑任务时变量默认值为前值(by billypon) +2. 修复编辑任务时无法识别模板的新变量(by billypon) +3. 编辑任务逻辑优化(by billypon) +4. 修改备注长度 +5. 修复更新错误后无法停止的bug + ## 2021.11.02 更新 1. 修复前端无正则匹配显示结果 2. 修复工具箱-记事本 @@ -218,6 +226,12 @@ sh /usr/src/app/update.sh # 先进入容器后台, 执行命令后重启进程 4. 加减乘除实现多组数据计算 fix qiandao-today/qiandao#136 5. 第一个用户默认为管理员,在config.py中设置或修改环境变量USER0ISADMIN (by [AragonSnow](https://github.com/qiandao-today/qiandao/commits?author=AragonSnow)) +
+ + +历史更新日志 + + ## 2021.10.23 更新 1. CRON添加随机延时 (by [acooler15](https://github.com/qiandao-today/qiandao/commits?author=acooler15)) 2. 优化签到日志显示信息 @@ -227,12 +241,6 @@ sh /usr/src/app/update.sh # 先进入容器后台, 执行命令后重启进程 6. 修复无法将签到任务的重试次数设为0 7. 修复UnboundLocalError -
- - -历史更新日志 - - ## 2021.10.17 更新 1. 修复请求测试按钮绑定事件失效的bug 2. 多任务操作时显示优化 diff --git a/version.json b/version.json index 4049b6f7170..543f0369c91 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": 20211102, + "version": 20211115, "Repo": ["https://github.com/a76yyyy/qiandao", "https://github.com/AragonSnow/qiandao", "https://github.com/binux/qiandao"], "Author&Collaborator": ["a76yyyy", "AragonSnow", "binux", "acooler15", "billypon", "liubei121212", "gxitm", "戏如人生", "buzhibujuelb", "powersee", "cxk000"], "Theme": { diff --git a/web/tpl/about.html b/web/tpl/about.html index 9137dec6ae3..f4907523b8a 100644 --- a/web/tpl/about.html +++ b/web/tpl/about.html @@ -80,7 +80,7 @@
-

私有签到框架20211102

+

私有签到框架20211115

首页 常用API/过滤器 diff --git a/web/tpl/har/editor.html b/web/tpl/har/editor.html index 350216fd00b..049260bb44b 100644 --- a/web/tpl/har/editor.html +++ b/web/tpl/har/editor.html @@ -29,7 +29,7 @@
-

签到20211102

+

签到20211115

diff --git a/web/tpl/index.html b/web/tpl/index.html index 028bd985981..451f49d1e80 100644 --- a/web/tpl/index.html +++ b/web/tpl/index.html @@ -11,7 +11,7 @@ 登录
-

私有签到框架20211102

+

私有签到框架20211115