[hotkeys] # 截图分析快捷键 capture = "++l" # 显示/隐藏浮窗快捷键 toggle = "++k" [overlay] width = 420 height = 320 margin_right = 20 margin_bottom = 40 # ✔ 更柔和的半透明(关键) alpha = 0.95 # 🪟 主背景(雾面浅灰) bg_color = "#f5f5f5cc" # 📝 字体(柔和深灰,不要纯黑) fg_color = "#4a4a4a" # ✨ 强调色(蓝灰,不刺眼) accent_color = "#7a8a9acc" [screenshot] # 截图前等待毫秒数(macOS 需要稍微延迟) delay_ms = 200 # 临时文件路径 tmp_path = "/tmp/support_agent_screenshot.png" [ai] # 自定义 API 接口地址,留空则使用 OpenAI 官方 # 示例: "https://api.example.com/v1" base_url = "https://api.siliconflow.cn/v1" # 支持视觉输入的模型名称 model = "Pro/moonshotai/Kimi-K2.6" max_tokens = 1500 system_prompt = """你是一个专业的答题助手。请仔细分析截图中的题目内容,然后给出: 1. **答案**:直接给出正确答案 2. **解析**:简洁说明解题思路(3-5句) 用中文回答。如果截图中没有题目,请说明截图内容。"""