mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
增加示例脚本
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 任务名称
|
||||
* name: script name
|
||||
* 定时规则
|
||||
* cron: 1 9 * * *
|
||||
*/
|
||||
|
||||
console.log('test scripts');
|
||||
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
任务名称
|
||||
name: script name
|
||||
定时规则
|
||||
cron: 1 9 * * *
|
||||
"""
|
||||
|
||||
print("test script")
|
||||
Reference in New Issue
Block a user