Skip to content

Commit 08d644f

Browse files
committed
规则更新
1 parent cd5224f commit 08d644f

File tree

5 files changed

+49
-48
lines changed

5 files changed

+49
-48
lines changed

DONATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
- 周洲:10元
4141
- 佚名:6元
4242
- non-secure:26.66元
43+
- 佚名:8.88元
4344

4445
<img src="http://oe7yjec8x.bkt.clouddn.com/howie/2017-01-25-wx.png" width = "400" height = "400" alt="donate" align=center />

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gunicorn = "*"
2222
"Jinja2" = ">=2.9.5"
2323
motor = "==1.1"
2424
numpy = "*"
25-
requests = "*"
25+
requests = ">=2.20.0"
2626
Sanic = ">=0.5.1"
2727
sanic_session = ">=0.1.2"
2828
schedule = "*"

Pipfile.lock

Lines changed: 45 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

owllook/config/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
# 已解析
561561
'www.00ksw.net': Rules('0', {'class': 'box_con'}, {'id': 'content'}),
562562
# 已解析
563-
'www.booktxt.net': Rules('http://www.booktxt.net/', {'class': 'box_con'}, {'id': 'content'}),
563+
'www.booktxt.net': Rules('0', {'class': 'box_con'}, {'id': 'content'}),
564564
# 已解析
565565
'wanmeishijiexiaoshuo.org': Rules('1', {'class': 'bg'}, {'class': 'content'}),
566566
# 已解析

owllook/templates/novels/donate.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<li>周洲:10元</li>
5555
<li>佚名:6元</li>
5656
<li>non-secure:26.66元</li>
57+
<li>佚名:8.88元</li>
5758
</ul>
5859
</div>
5960
</div>

0 commit comments

Comments
 (0)