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

13 行
177 B

  1. {
  2. "browser": true,
  3. "curly": true,
  4. "newcap": false,
  5. "strict": true,
  6. "undef": true,
  7. "unused": true,
  8. "globals": {
  9. "imagesLoaded": false,
  10. "QUnit": false
  11. }
  12. }