# 通用 ENV=production API_BASE_URL=http://127.0.0.1:8000 SCREENSHOT_BASE_URL=http://127.0.0.1:8000/static/screenshots STATIC=/static # 外部访问路径(URL 前缀) OUT_DIR=./static/screenshots # 本地输出目录 IMAGE_BASE_URL=/static/screenshots # 图片访问 URL DATA_DIR=data # transcriber 相关配置 TRANSCRIBER_TYPE=fast-whisper # fast-whisper/bcut/kuaishou WHISPER_MODEL_SIZE=base