Update TYQH.py

修复角色解锁任务,更新版本号
This commit is contained in:
CHERWING 2024-04-16 11:47:01 +08:00 committed by GitHub
parent 71becf8ed0
commit ee348bfb67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,9 @@ class RUN:
self.can_help_task = True
self.can_help_risk = True
self.can_help_unlock = True
self.role_id =''
self.role_progress=''
self.role_max=''
self.all_land_unlock = True
self.all_role_unlock = True
self.help_task_config = {}
@ -1206,7 +1208,7 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
@Author CHERWIN
''')
local_script_name = os.path.basename(__file__)
local_version = '2024.04.06'
local_version = '2024.04.16'
if os.path.isfile('CHERWIN_TOOLS.py'):
import_Tools()
else: