Skip to content

Commit

Permalink
更新Readme和版号
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Oct 17, 2021
1 parent 93b06ae commit e05976d
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ sh /usr/src/app/update.sh # 先进入容器后台, 执行命令后重启进程

更新日志
===========

## 2021.10.17 更新
1. 修复请求测试按钮绑定事件失效的bug
2. 多任务操作时显示优化
3. 公共模板允许同时退订多个仓库

## 2021.10.16 更新
1. 添加Tg Bot 和 DingDing Bot推送
2. 修复并优化日志推送功能
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| 版本 | 是否获得支持 |
|------- | ------------------ |
| 202110xx | :white_check_mark: |
| 20211016 | :x: |
| 20211017 | :x: |

## 报告漏洞

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": 20211016,
"version": 20211017,
"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>20211016</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211017</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>20211016</sup></h1>
<h1 class="text-center">签到<sup>20211017</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>20211016</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211017</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>20211016</sup></h1>
<h1>签到<sup>20211017</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>20211016</sup></h2>
<h2>签到<sup>20211017</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>20211016</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211017</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>20211016</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211017</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>20211016</sup></h2>
<h2 class="text-center">私有签到框架<sup>20211017</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 e05976d

Please sign in to comment.