Skip to content

Commit

Permalink
add: upd info
Browse files Browse the repository at this point in the history
  • Loading branch information
infstellar committed May 22, 2023
1 parent d5ab7d9 commit 244e18f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/cvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
PROCESS_NAME = ["YuanShen.exe", "GenshinImpact.exe"]
SCREEN_CENTER_X = 1920/2
SCREEN_CENTER_Y = 1080/2
GIA_VERSION = "v0.8.2.916"
GIA_VERSION = "v0.8.3.934"
3 changes: 3 additions & 0 deletions source/webio/update_notice.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ def upd_message():
ret_message+=f"config设置已重置,请重新设置config。\n"\
"tactic, collector等设置可以继续使用。\n"\
"注意:队伍设置现在默认为自适应,如果需要使用你自己的设置,请将AdaptiveTeamSetup(自适应队伍设置)设置为false。"
if version_num < 933:
ret_message+=f"升级自定义任务的UI界面\n\
提升自定义任务采集成功率"

x=load_json()
x["Version"]=GIA_VERSION
Expand Down

0 comments on commit 244e18f

Please sign in to comment.