全部同步

This commit is contained in:
aakkino 2025-05-11 23:36:18 +08:00
parent c0ff696d78
commit fe4eb9b8d4
16 changed files with 3337 additions and 54 deletions

11
.env Normal file
View File

@ -0,0 +1,11 @@
BROWSER_HEADLESS=False
DYNAMIC_USERAGENT=False
MAX_ACCOUNTS=11
# EMAIL_DOMAINS=abskino.icu
EMAIL_DOMAINS=melancholyvf.cyou
# EMAIL_DOMAINS=bjh93fxs.shop
EMAIL_USERNAME=ocwgy
EMAIL_CODE_TYPE=API
USE_PROXY=False
BROWSER_PATH=C:\Program Files\Google\Chrome\Application\chrome.exe
CURSOR_PATH=E:\Software\cursor

54
.gitignore vendored
View File

@ -1,54 +0,0 @@
# Python 编译文件和缓存
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
env/
ENV/
.venv/
.env/
.ENV/
# 日志文件
*.log
# 本地配置文件
.env
# 数据库文件
*.db
# IDE 文件
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# 临时文件
tmp/
temp/
# 其他可能的敏感文件
*.pem
*.key
credentials.json

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
accounts.db Normal file

Binary file not shown.

0
api.log Normal file
View File

3326
app.log Normal file

File diff suppressed because it is too large Load Diff

BIN
tokenManager/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.