updateLog文件不再返回分行好的数据,方便ci截取段落作为release note

This commit is contained in:
MrZ626
2021-08-14 22:55:00 +08:00
parent 3e4963e56c
commit ce937bd0bb
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ local scene={}
function scene.sceneInit()
BG.set('cubes')
WIDGET.active.texts:setTexts(require"parts.updateLog")
WIDGET.active.texts:setTexts(STRING.split(require"parts.updateLog","\n"))
end
function scene.wheelMoved(_,y)