File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 80
80
81
81
< header >
82
82
< div class ="container ">
83
- < h2 class ="text-center "> 私有签到框架< sup > 20210626 </ sup > </ h2 >
83
+ < h2 class ="text-center "> 私有签到框架< sup > 20210628 </ sup > </ h2 >
84
84
< div class ="buttons ">
85
85
< a href ="/ " class ="btn btn-default pull-left "> 首页</ a >
86
86
< a href ="/about " class ="btn btn-default pull-left "> 常用API/过滤器</ a >
Original file line number Diff line number Diff line change 27
27
< div class ="row " ng-controller ="EntryList ">
28
28
< div class ="col-md-3 " id ="editor-switch ">
29
29
< a class ="h1-index " href ="/ ">
30
- < h1 class ="text-center "> 签到< sup > 20210626 </ sup > </ h1 >
30
+ < h1 class ="text-center "> 签到< sup > 20210628 </ sup > </ h1 >
31
31
</ a >
32
32
33
33
<!--checked switch-->
Original file line number Diff line number Diff line change 11
11
< a href ="/login " class ="btn btn-default "> 登录</ a >
12
12
</ div >
13
13
< form >
14
- < h2 class ="text-center "> 私有签到框架< sup > 20210626 </ sup > </ h2 >
14
+ < h2 class ="text-center "> 私有签到框架< sup > 20210628 </ sup > </ h2 >
15
15
< hr > < br >
16
16
< div class ="form-group " id ="site-select-div ">
17
17
< label class ="control-label " for ="site-select ">
Original file line number Diff line number Diff line change 10
10
{% block body %}
11
11
< div class ="container ">
12
12
< form method ="POST ">
13
- < h1 > 签到< sup > 20210626 </ sup > </ h1 >
13
+ < h1 > 签到< sup > 20210628 </ sup > </ h1 >
14
14
< p class ="alert alert-info "> 密码重置</ p >
15
15
< div class ="form-group {{ 'has-error' if password_error }} ">
16
16
< label for ="password "> 密码</ label >
Original file line number Diff line number Diff line change 10
10
{% block body %}
11
11
< div class ="container ">
12
12
< form method ="POST ">
13
- < h2 > 签到< sup > 20210626 </ sup > </ h2 >
13
+ < h2 > 签到< sup > 20210628 </ sup > </ h2 >
14
14
< p class ="alert alert-info "> 密码重置</ p >
15
15
< div class ="form-group {{ 'has-error' if email_error }} ">
16
16
< label class ="control-label " for ="email "> Email 地址</ label >
Original file line number Diff line number Diff line change 10
10
{% block body %}
11
11
< div class ="container ">
12
12
< form method ="POST ">
13
- < h2 class ="text-center "> 私有签到框架< sup > 20210626 </ sup > </ h2 >
13
+ < h2 class ="text-center "> 私有签到框架< sup > 20210628 </ sup > </ h2 >
14
14
< hr >
15
15
{% block reg %}< p class ="alert alert-info "> 注册签到 (欢迎注册私有签到服务)</ p > {% endblock %}
16
16
< div class ="form-group {{ 'has-error' if email_error }} ">
Original file line number Diff line number Diff line change 1
1
{% import "utils.html" as utils %}
2
2
< form method ="POST " action ="/task/{{ '%s/edit' % task.id if task else 'new' }} ">
3
- < h2 class ="text-center "> 私有签到框架< sup > 20210626 </ sup > </ h2 >
3
+ < h2 class ="text-center "> 私有签到框架< sup > 20210628 </ sup > </ h2 >
4
4
< hr >
5
5
{% if task.disabled %}
6
6
< p class ="alert alert-danger "> 任务处于禁用状态,使用 < a class ="modal_load alert-link " href ="/task/{{ task.id }}/run "> 立即执行</ a > 成功签到一次,即可解除。</ p >
Original file line number Diff line number Diff line change 1
1
{% macro header(current_user=True) %}
2
2
< header >
3
3
< div class ="container ">
4
- < h2 class ="text-center "> 私有签到框架< sup > 20210626 </ sup > </ h2 >
4
+ < h2 class ="text-center "> 私有签到框架< sup > 20210628 </ sup > </ h2 >
5
5
< div class ="buttons ">
6
6
< a href ="/ " class ="btn btn-default pull-left "> 首页</ a >
7
7
< a href ="/about " class ="btn btn-default pull-left "> 常用API/过滤器</ a >
You can’t perform that action at this time.
0 commit comments