修复签到结果判断

This commit is contained in:
CHERWING 2024-06-02 03:22:38 +08:00 committed by GitHub
parent 9080f5c315
commit 3b67b9afe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,7 +255,7 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
@Author CHERWIN
''')
local_script_name = os.path.basename(__file__)
local_version = '2024.05.26'
local_version = '2024.06.01'
if IS_DEV:
import_Tools()
else: