mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
13 lines
240 B
Python
13 lines
240 B
Python
"""
|
|
任务名称
|
|
name: script name
|
|
定时规则
|
|
cron: 1 9 * * *
|
|
"""
|
|
|
|
print("test script")
|
|
QLAPI.notify("test script", "test desc")
|
|
QLAPI.systemNotify({"title": "test script", "content": "dddd"})
|
|
print(QLAPI.getEnvs("1"))
|
|
print("test desc")
|