Ver Fonte

wms8 build.sh

lizw há 3 anos atrás
pai
commit
26ee608ace
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      wms8/build.sh

+ 5 - 5
wms8/build.sh

@@ -27,11 +27,11 @@ positionArr=(
 )
 # 是否需要构建,-1:自动;0:不需要;1:需要
 needBuild=(
-"-1"
-"-1"
-"-1"
-"-1"
-"-1"
+"1"
+"1"
+"1"
+"1"
+"1"
 )
 
 echoPrefix="\033[36m+"