You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
983 B
31 lines
983 B
{
|
|
"email": {
|
|
"enabled": true,
|
|
"to": "eanliu@xswec.cn",
|
|
"from": "daily-review@openclaw.local",
|
|
"smtp": {
|
|
"host": "",
|
|
"port": 587,
|
|
"user": "",
|
|
"pass": ""
|
|
}
|
|
},
|
|
"cleanup": {
|
|
"keepFiles": false
|
|
},
|
|
"schedule": {
|
|
"time": "21:00",
|
|
"timezone": "Asia/Shanghai"
|
|
},
|
|
"categories": {
|
|
"technical": ["技术", "代码", "脚本", "安装", "playwright", "skill", "npm", "node"],
|
|
"learning": ["学习", "教训", "经验", "重要", "注意", "知道", "了解"],
|
|
"project": ["项目", "任务", "完成", "创建", "问题", "解决", "成功", "失败"],
|
|
"preference": ["偏好", "喜欢", "不喜欢", "老板", "优先", "不要"]
|
|
},
|
|
"keywords": {
|
|
"high": ["重要", "必须", "紧急", "老板", "成功", "失败", "注意", "关键"],
|
|
"medium": ["问题", "解决", "学习", "创建", "完成", "发现", "实现"],
|
|
"low": ["尝试", "看看", "可能", "也许", "大概", "或者"]
|
|
}
|
|
}
|
|
|