project.config.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "enableEngineNative": false,
  32. "bundle": false,
  33. "useIsolateContext": true,
  34. "useCompilerModule": false,
  35. "userConfirmedUseCompilerModuleSwitch": false,
  36. "userConfirmedBundleSwitch": false,
  37. "packNpmManually": false,
  38. "packNpmRelationList": [],
  39. "minifyWXSS": true,
  40. "useApiHostProcess": true
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.16.1",
  44. "appid": "wx101d03d3f1aab84c",
  45. "projectname": "%E4%BB%BF%E5%96%9C%E9%A9%AC%E6%8B%89%E9%9B%85lite",
  46. "debugOptions": {
  47. "hidedInDevtools": []
  48. },
  49. "isGameTourist": false,
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "condition": {
  53. "search": {
  54. "list": []
  55. },
  56. "conversation": {
  57. "list": []
  58. },
  59. "plugin": {
  60. "list": []
  61. },
  62. "game": {
  63. "currentL": -1,
  64. "list": []
  65. },
  66. "gamePlugin": {
  67. "list": []
  68. },
  69. "miniprogram": {
  70. "list": [
  71. {
  72. "id": -1,
  73. "name": "收藏页",
  74. "pathName": "pages/collection/collection",
  75. "query": "",
  76. "scene": null
  77. },
  78. {
  79. "id": -1,
  80. "name": "分类页",
  81. "pathName": "pages/classification/classification",
  82. "query": "",
  83. "scene": null
  84. },
  85. {
  86. "id": -1,
  87. "name": "榜单页",
  88. "pathName": "pages/index/bangdan/bangdan",
  89. "query": "",
  90. "scene": null
  91. },
  92. {
  93. "id": -1,
  94. "name": "user",
  95. "pathName": "pages/user/user",
  96. "query": "",
  97. "scene": null
  98. },
  99. {
  100. "id": -1,
  101. "name": "details",
  102. "pathName": "pages/details/details",
  103. "query": "",
  104. "scene": null
  105. },
  106. {
  107. "id": -1,
  108. "name": "phoneLogin",
  109. "pathName": "pages/user/phoneLogin/phoneLogin",
  110. "query": "",
  111. "scene": null
  112. },
  113. {
  114. "id": -1,
  115. "name": "搜索页",
  116. "pathName": "pages/search/search",
  117. "scene": null
  118. }
  119. ]
  120. }
  121. }
  122. }