1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-12 18:11:17 +08:00
This commit is contained in:
ooo
2022-11-17 19:53:30 +08:00
parent 97a14528da
commit 92b027ca25

View File

@@ -1,8 +1,6 @@
/**
自动评价.
cron 21 8 * * * jd_comment.js
authore
TG频道https://t.me/sheeplost
cron 21 12 * * * jd_comment.js
*/
const $ = new Env('自动评价');
const notify = $.isNode() ? require('./sendNotify') : '';