Skip to content

Commit

Permalink
fix: 修复计划任务插件示例
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Mar 15, 2024
1 parent 4143702 commit a7478d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build/plugin/cronjob/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
// 参数中的 Rd 不要重复,且导入后不可随意修改,否则将影响插件的更新
// @Rd: 100
// @Name: Ping
// @Second 0
// @Minute 0
// @Hour 0
// @DayOfMonth *
// @Month *
// @DayOfWeek *
// @Timeout 300
// @Content node.exe
// @Deliver wechat,xxx@room,wxid_xxxx
// @Second: 0
// @Minute: 0
// @Hour: 0
// @DayOfMonth: *
// @Month: *
// @DayOfWeek: *
// @Timeout: 300
// @Content: node.exe
// @Deliver: wechat,xxx@room,wxid_xxxx

console.log('pong');

0 comments on commit a7478d3

Please sign in to comment.