Skip to content

Commit da716ea

Browse files
committed
版本推进
1 parent c6f92a3 commit da716ea

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

parts/updateLog.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ return[=[
22
未来计划:
33
正在点亮科技树...
44
5+
0.17.8: 暂停 Break
6+
新增:
7+
联网游戏房间菜单添加选队伍按钮,键盘可以用ctrl+数字切换
8+
粘贴验证码按钮
9+
修复:
10+
联网游戏死亡前打出攻击会导致其他人不同步
11+
联网游戏聊天框看不全
12+
其他玩家进房check是否已存在的时候因为访问不存在的玩家而报错
13+
514
0.17.7: 暂停 Break
615
新增:
716
联网能玩了

version.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
2-
["apkCode"]=451,
3-
["code"]=1707,
4-
["string"]="V0.17.7",
5-
["room"]="ver A-7",
2+
["apkCode"]=452,
3+
["code"]=1708,
4+
["string"]="V0.17.8",
5+
["room"]="ver A-8",
66
["name"]="暂停 Break",
77
}

0 commit comments

Comments
 (0)