完全移除不再需要的聊天室场景代码,移除更新版本后自动跳转更新历史页面的功能

This commit is contained in:
MrZ626
2021-05-10 02:26:20 +08:00
parent 8893c7da3e
commit dd682a4e6a
11 changed files with 15 additions and 143 deletions

View File

@@ -3,9 +3,6 @@ local scene={}
function scene.sceneInit()
BG.set('cubes')
WIDGET.active.texts:setTexts(require"parts.updateLog")
if newVersionLaunch then
newVersionLaunch=false
end
end
function scene.wheelMoved(_,y)