Skip to content

Commit

Permalink
更新ReadMe和版号
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Nov 15, 2021
1 parent a31c86a commit 917a3ed
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 15 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,27 @@ 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. 修复工具箱-记事本
3. 更新update.sh以允许自定义更新方式
4. 加减乘除实现多组数据计算 fix qiandao-today/qiandao#136
5. 第一个用户默认为管理员,在config.py中设置或修改环境变量USER0ISADMIN (by [AragonSnow](https://github.com/qiandao-today/qiandao/commits?author=AragonSnow))

<details>

<summary>
历史更新日志
</summary>

## 2021.10.23 更新
1. CRON添加随机延时 (by [acooler15](https://github.com/qiandao-today/qiandao/commits?author=acooler15))
2. 优化签到日志显示信息
Expand All @@ -227,12 +241,6 @@ sh /usr/src/app/update.sh # 先进入容器后台, 执行命令后重启进程
6. 修复无法将签到任务的重试次数设为0
7. 修复UnboundLocalError

<details>

<summary>
历史更新日志
</summary>

## 2021.10.17 更新
1. 修复请求测试按钮绑定事件失效的bug
2. 多任务操作时显示优化
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion web/tpl/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<header>
<div class="container">
<h2 class="text-center">私有签到框架<sup>20211102</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211115</sup></h2>
<div class="buttons">
<a href="/" class="btn btn-default pull-left">首页</a>
<a href="/about/" class="btn btn-default pull-left">常用API/过滤器</a>
Expand Down
2 changes: 1 addition & 1 deletion web/tpl/har/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="row" ng-controller="EntryList">
<div class="col-md-3" id="editor-switch">
<a class="h1-index" href="/">
<h1 class="text-center">签到<sup>20211102</sup></h1>
<h1 class="text-center">签到<sup>20211115</sup></h1>
</a>

<!--checked switch-->
Expand Down
2 changes: 1 addition & 1 deletion web/tpl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="/login" class="btn btn-default">登录</a>
</div>
<form>
<h2 class="text-center">私有签到框架<sup>20211102</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211115</sup></h2>
<hr><br>
<div class="form-group" id="site-select-div">
<label class="control-label" for="site-select">
Expand Down
2 changes: 1 addition & 1 deletion web/tpl/password_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block body %}
<div class="container">
<form method="POST">
<h1>签到<sup>20211102</sup></h1>
<h1>签到<sup>20211115</sup></h1>
<p class="alert alert-info">密码重置</p>
<div class="form-group {{ 'has-error' if password_error }}">
<label for="password">密码</label>
Expand Down
2 changes: 1 addition & 1 deletion web/tpl/password_reset_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block body %}
<div class="container">
<form method="POST">
<h2>签到<sup>20211102</sup></h2>
<h2>签到<sup>20211115</sup></h2>
<p class="alert alert-info">密码重置</p>
<div class="form-group {{ 'has-error' if email_error }}">
<label class="control-label" for="email">Email 地址</label>
Expand Down
2 changes: 1 addition & 1 deletion web/tpl/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block body %}
<div class="container">
<form method="POST">
<h2 class="text-center">私有签到框架<sup>20211102</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211115</sup></h2>
<hr>
{% block reg %}<p class="alert alert-info">注册签到 (欢迎注册私有签到服务)</p>{% endblock %}
<div class="form-group {{ 'has-error' if email_error }}">
Expand Down
2 changes: 1 addition & 1 deletion web/tpl/task_new.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% import "utils.html" as utils %}
<form method="POST" action="/task/{{ '%s/edit' % task.id if task else 'new' }}">
<h2 class="text-center">私有签到框架<sup>20211102</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211115</sup></h2>
<hr>
{% if task.disabled %}
<p class="alert alert-danger">任务处于禁用状态,使用 <a data-load-method="POST" class="modal_load alert-link" href="/task/{{ task.id }}/run">立即执行</a> 成功签到一次,即可解除。</p>
Expand Down
2 changes: 1 addition & 1 deletion web/tpl/utils.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% macro header(current_user=True) %}
<header>
<div class="container">
<h2 class="text-center">私有签到框架<sup>20211102</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211115</sup></h2>
<div class="buttons">
<a href="/" class="btn btn-default pull-left">首页</a>
<a href="/about/" class="btn btn-default pull-left">常用API/过滤器</a>
Expand Down

0 comments on commit 917a3ed

Please sign in to comment.