整理代码习惯,常量字符串改用单引号,可能有遗漏

This commit is contained in:
MrZ626
2021-04-30 01:00:22 +08:00
parent 7676f32cf2
commit eda6c0d746
213 changed files with 2503 additions and 2499 deletions

View File

@@ -36,7 +36,7 @@ return{
holdCount=1,infHold=false,phyHold=false,
ospin=true,deepDrop=false,
RS="TRS",
sequence="bag",
sequence='bag',
seqData={1,2,3,4,5,6,7},
face=NULL,skin=NULL,
mission=NULL,
@@ -46,7 +46,7 @@ return{
pushSpeed=3,
block=true,
noTele=false,
visible="show",
visible='show',
freshLimit=1e99,easyFresh=true,
fkey1=false,
@@ -57,6 +57,6 @@ return{
dropPiece=NULL,
mindas=0,minarr=0,minsdarr=0,
bg="none",bgm="race",
bg='none',bgm='race',
allowMod=true,
}