初始版本

This commit is contained in:
黄思俊
2026-03-23 14:51:33 +08:00
parent eeb54f7538
commit b4327e9769
14 changed files with 4313 additions and 228 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
requests>=2.27.1,<2.28; python_version < "3.7"
requests>=2.31.0; python_version >= "3.7"