first commit
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# FastAPI配置
|
||||
HOST=0.0.0.0
|
||||
PORT=8000
|
||||
|
||||
# 微信窗口名称
|
||||
WECHAT_WINDOW_NAME=WeChat
|
||||
|
||||
# 自动化配置
|
||||
CLICK_PAUSE=0.5
|
||||
FAILSAFE=true
|
||||
ACTION_TIMEOUT=30
|
||||
MAX_RETRIES=3
|
||||
RETRY_BASE_DELAY=1.0
|
||||
|
||||
# 日志配置
|
||||
LOG_LEVEL=INFO
|
||||
LOG_FILE=/tmp/wechat_auto.log
|
||||
|
||||
# 截图保存目录
|
||||
SCREENSHOT_DIR=/tmp/wechat_screenshots
|
||||
|
||||
# Qwen API配置 (必须设置)
|
||||
DASHSCOPE_API_KEY=your_api_key_here
|
||||
Reference in New Issue
Block a user