mirror of
https://github.com/CHERWING/CHERWIN_SCRIPTS.git
synced 2024-11-22 09:04:11 +08:00
修复青龙拉库脚本名称
This commit is contained in:
parent
aeb07cae8e
commit
01df6d190b
6
DBKD.py
6
DBKD.py
@ -3,8 +3,8 @@
|
|||||||
# -------------------------------
|
# -------------------------------
|
||||||
# ✨✨✨ @Author CHERWIN✨✨✨
|
# ✨✨✨ @Author CHERWIN✨✨✨
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# cron "0 6 * * *" script-path=xxx.py,tag=匹配cron用
|
# cron "0 7 * * *" script-path=xxx.py,tag=匹配cron用
|
||||||
# const $ = new Env('中通快递小程序签到')
|
# const $ = new Env('德邦快递小程序签到')
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import requests
|
import requests
|
||||||
@ -398,7 +398,7 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
|
|||||||
✨✨✨ @Author CHERWIN✨✨✨
|
✨✨✨ @Author CHERWIN✨✨✨
|
||||||
''')
|
''')
|
||||||
local_script_name = os.path.basename(__file__)
|
local_script_name = os.path.basename(__file__)
|
||||||
local_version = '2024.04.06'
|
local_version = '2024.04.18'
|
||||||
if os.path.isfile('CHERWIN_TOOLS.py'):
|
if os.path.isfile('CHERWIN_TOOLS.py'):
|
||||||
import_Tools()
|
import_Tools()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user