From cd2de674e49f950465013571285aa34b03bd18ef Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sun, 12 Oct 2025 13:32:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=8A=A8=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/_server/MotaAction.g4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/_server/MotaAction.g4 b/public/_server/MotaAction.g4 index 17c0243..b65095a 100644 --- a/public/_server/MotaAction.g4 +++ b/public/_server/MotaAction.g4 @@ -972,7 +972,6 @@ comment_s /* comment_s tooltip : comment:添加一段会被游戏跳过的注释内容 helpUrl : /_docs/#/instruction -doubleclicktext : EvalString_Multi_0 default : ["可以在这里写添加任何注释内容"] colour : this.commentColor var code = '{"type": "comment", "text": "'+EvalString_Multi_0+'"},\n'; @@ -986,7 +985,6 @@ autoText_s /* autoText_s tooltip : autoText:自动剧情文本,用户无法跳过自动剧情文本,大段剧情文本请添加“是否跳过剧情”的提示 helpUrl : /_docs/#/instruction -doubleclicktext : EvalString_Multi_0 allIds : ['EvalString_1'] default : ["","","","","","","",3000,"用户无法跳过自动剧情文本,大段剧情文本请添加“是否跳过剧情”的提示"] EvalString_0= EvalString_0 ? (', "title": "'+EvalString_0+'"') : ''; @@ -997,7 +995,7 @@ IntString_1= IntString_1 ? (', "y": '+IntString_1) : ''; IntString_2= IntString_2 ? (', "width": '+IntString_2) : ''; IntString_3= IntString_3 ? (', "height": '+IntString_3) : ''; Int_0= ', "time": '+Int_0; -var code = '{"type": "autoText"'+EvalString_0+EvalString_1+EvalString_2+IntString_0+IntString_1+IntString_2+IntString_3+Int0+', "text": "'+EvalString_Multi_0+'},\n'; +var code = '{"type": "autoText"'+EvalString_0+EvalString_1+EvalString_2+IntString_0+IntString_1+IntString_2+IntString_3+Int_0+', "text": "'+EvalString_Multi_0+'"},\n'; return code; */;