🦄 refactor: 优化项目结构,优化日志显示。

This commit is contained in:
AdminWhaleFall
2022-05-09 00:58:03 +08:00
parent 1a22ac54bb
commit de1fc811e8
7 changed files with 221 additions and 114 deletions

3
utils/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
default_header = {
"User-Agent": "Mozilla/5.0 (Linux; U; Android 10; zh-cn; Mi 10 Build/QKQ1.191117.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.147 Mobile Safari/537.36 XiaoMi/MiuiBrowser/13.5.40"
}