Skip to content

Commit 4f06fee

Browse files
committed
新增太空仪表盘页面
1 parent e41499a commit 4f06fee

5 files changed

Lines changed: 2018 additions & 8 deletions

File tree

fuck/techbrood.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import re
77
import sys
88
sys.path.append('..')
9-
from tools.export import ExportJson
9+
from tools.export import ExportFile
1010

1111

1212
# 伪装成浏览器
@@ -16,7 +16,7 @@
1616
}
1717

1818
s = requests.session()
19-
export_json = ExportJson('./tech_brood_title.json')
19+
export_json = ExportFile('./tech_brood_title.json')
2020

2121

2222
def get_title_list():

static/js/future/modernizr.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)