./alertTemplate
提醒模板目录
./app/model
数据模板
结构如下:
[{
"name": "tesk1",
"timeline": "8:00",
"week": "1",
"classRoom": "101教室",
"className": "设计模式",
"teacher": "教师"
},
{
"name": "tesk2",
"timeline": "9:00",
"week": "1",
"classRoom": "102教室",
"className": "设计模式",
"teacher": "教师"
}
]
./app/schedule
生成定时文件在这里
./config/config.default.js
钉钉机器人Webhook配置文件
const userConfig = {
dingdingUrl: '钉钉机器人Webhook'
};
./script/generate.js
生成定时文件的脚本
./script/clean.js
清除定时文件的脚本
其他目录功能见egg官网
npm run go
默认启动mark模板
同样可以使用text模板