暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

make.bat 287B

12345678910
  1. @cd ..
  2. @cd ..
  3. @ECHO building card.js
  4. @CALL node node_modules/typescript/bin/tsc generator/js/card.ts -t ES6 -sourcemap -d --out generator/js/card.js
  5. @ECHO building ui.js
  6. @CALL node node_modules/typescript/bin/tsc generator/js/ui.ts -t ES6 -sourcemap -d --out generator/js/ui.js
  7. @PAUSE