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

list-icons.bat 318B

123456789
  1. @cd ..
  2. @cd ..
  3. @echo ------------------------------------------------------
  4. @echo This lists all files in ./generator/icons
  5. @echo and saves the list as icons.txt in that directory
  6. @echo ------------------------------------------------------
  7. @pause
  8. node ./resources/scripts/list.js ../../generator/icons icons.txt
  9. @pause