Files
abot/plugins/ai_auto_response/config.toml
2025-05-21 16:12:25 +08:00

21 lines
923 B
TOML
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.
enable = true
dify_api_url = "http://192.168.2.240/v1/chat-messages"
dify_api_key = "app-oDHbln5CzBLt3uS9bIBlJjhZ" # 请在此处填入您的DIFY API密钥
[Keywords]
# 表情符号库
emojis = ["[捂脸]", "[奸笑]", "[可怜]", "[擦汗]", "[发呆]", "[抠鼻]", "[破涕为笑]", "[旺柴]"]
# 话题关键词
hot_topics = ["咖啡", "手机", "小米", "华为", "苹果", "价格", "流畅", "螺蛳粉", "外卖"]
fish_keywords = ["鱼缸", "鱼便", "红边", "造浪", "养鱼", "进货", "鳑鲏", "吸鳅"]
tech_keywords = ["MIUI", "鸿蒙", "iPhone", "安卓", "推送", "充电", "屏幕", "电池"]
mechanism_keywords = ["积分", "AI ", "功能列表", "黑丝", "打劫", "指令"]
news_keywords = ["新闻", "骨灰房", "法院", "判决", "住建局"]
[TimeWindow]
# 早晨签到时间窗口8:00-8:30
morning_start_hour = 8
morning_start_minute = 0
morning_end_hour = 8
morning_end_minute = 30