mirror of
https://github.com/okyyds/yyds.git
synced 2026-07-13 20:31:17 +08:00
1
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
自动评价.
|
自动评价.
|
||||||
cron 21 8 * * * jd_comment.js
|
cron 21 12 * * * jd_comment.js
|
||||||
author:e
|
|
||||||
TG频道:https://t.me/sheeplost
|
|
||||||
*/
|
*/
|
||||||
const $ = new Env('自动评价');
|
const $ = new Env('自动评价');
|
||||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||||
|
|||||||
Reference in New Issue
Block a user