Files
gemini-skill/.env

26 lines
742 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ── Gemini Skill 环境变量 / Environment Variables ──
# Chrome / Chromium 可执行文件路径(不设则需手动启动 Chrome
# Path to Chrome/Chromium executable (if not set, you need to start Chrome manually)
CHROME_PATH=
# CDP 远程调试端口
# CDP remote debugging port
CHROME_DEBUG_PORT=
# Chrome 用户数据目录保持登录态、cookies 等)
# Chrome user data directory (persists login session, cookies, etc.)
CHROME_USER_DATA_DIR=
# 是否无头模式true / false
# Headless mode (true / false)
CHROME_HEADLESS=
# CDP 协议超时时间(毫秒)
# CDP protocol timeout (milliseconds)
CHROME_PROTOCOL_TIMEOUT=
# 截图 / 图片输出目录
# Screenshot / image output directory
OUTPUT_DIR=