diff --git a/_server/MotaAction.g4 b/_server/MotaAction.g4 index e99129e..1a5380b 100644 --- a/_server/MotaAction.g4 +++ b/_server/MotaAction.g4 @@ -2640,7 +2640,7 @@ tooltip : setcgs:cg回廊中的cg获取 helpUrl : /_docs/#/instruction default : [""] allImages : ['EvalString_0'] -colour : this.imageColor +colour : this.soundColor EvalString_0 = EvalString_0 ? (', "img": "'+EvalString_0+'"') : ''; var code = '{"type": "setcgs"'+EvalString_0+'},\n'; return code; @@ -2668,7 +2668,7 @@ scaleImage_s tooltip : scaleImage:图片放缩 helpUrl : /_docs/#/instruction default : [1,'','','',0.8,0,false] -colour : this.soundColor +colour : this.imageColor if (Number_0 <= 0) throw new Error('放缩比例需要大于0'); var loc = ''; if (PosString_0 && PosString_1)