From ce937bd0bb718a9151ebfcb6482bf9b9b6f324f2 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 14 Aug 2021 22:55:00 +0800 Subject: [PATCH] =?UTF-8?q?updateLog=E6=96=87=E4=BB=B6=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=88=86=E8=A1=8C=E5=A5=BD=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=8C=E6=96=B9=E4=BE=BFci=E6=88=AA=E5=8F=96?= =?UTF-8?q?=E6=AE=B5=E8=90=BD=E4=BD=9C=E4=B8=BArelease=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/history.lua | 2 +- parts/updateLog.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/scenes/history.lua b/parts/scenes/history.lua index c128ec87..dede8e46 100644 --- a/parts/scenes/history.lua +++ b/parts/scenes/history.lua @@ -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) diff --git a/parts/updateLog.lua b/parts/updateLog.lua index 10d7754f..fc5edc74 100644 --- a/parts/updateLog.lua +++ b/parts/updateLog.lua @@ -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") \ No newline at end of file +]=] \ No newline at end of file