feat: add standalone CLI project

This commit is contained in:
mmc
2026-03-19 07:36:14 +08:00
commit 26b238ec25
16 changed files with 6103 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
curl-cffi>=0.6
aiohttp>=3.9
requests>=2.31