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)

View File

@@ -1,4 +1,4 @@
return STRING.split([=[
return[=[
未来模式:
任务生存; 对称; 大爆炸; 拼方形; 限高无尽挖掘; 连击练习; backfire对战
经典模式分离(9/15/18/19/29); OSD; 强制Misdrop; 拼大于号; 仅4lPC
@@ -1979,4 +1979,4 @@ return STRING.split([=[
GUI position editted
grid BG changed
smarter AI
]=],"\n")
]=]