project.config.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. "lazyloadPlaceholderEnable": false,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "enableEngineNative": false,
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "disableUseStrict": false,
  40. "showES6CompileOption": false,
  41. "useCompilerPlugins": false,
  42. "minifyWXML": true
  43. },
  44. "compileType": "miniprogram",
  45. "libVersion": "2.23.1",
  46. "appid": "wx101d03d3f1aab84c",
  47. "projectname": "%E4%BB%BF%E5%96%9C%E9%A9%AC%E6%8B%89%E9%9B%85lite",
  48. "debugOptions": {
  49. "hidedInDevtools": []
  50. },
  51. "isGameTourist": false,
  52. "simulatorType": "wechat",
  53. "simulatorPluginLibVersion": {},
  54. "condition": {
  55. "search": {
  56. "list": []
  57. },
  58. "conversation": {
  59. "list": []
  60. },
  61. "plugin": {
  62. "list": []
  63. },
  64. "game": {
  65. "currentL": -1,
  66. "list": []
  67. },
  68. "gamePlugin": {
  69. "list": []
  70. },
  71. "miniprogram": {
  72. "list": [
  73. {
  74. "id": -1,
  75. "name": "收藏页",
  76. "pathName": "pages/collection/collection",
  77. "query": "",
  78. "scene": null
  79. },
  80. {
  81. "id": -1,
  82. "name": "分类页",
  83. "pathName": "pages/classification/classification",
  84. "query": "",
  85. "scene": null
  86. },
  87. {
  88. "id": -1,
  89. "name": "榜单页",
  90. "pathName": "pages/index/bangdan/bangdan",
  91. "query": "",
  92. "scene": null
  93. },
  94. {
  95. "id": -1,
  96. "name": "user",
  97. "pathName": "pages/user/user",
  98. "query": "",
  99. "scene": null
  100. },
  101. {
  102. "id": -1,
  103. "name": "details",
  104. "pathName": "pages/details/details",
  105. "query": "",
  106. "scene": null
  107. },
  108. {
  109. "id": -1,
  110. "name": "phoneLogin",
  111. "pathName": "pages/user/phoneLogin/phoneLogin",
  112. "query": "",
  113. "scene": null
  114. },
  115. {
  116. "id": -1,
  117. "name": "搜索页",
  118. "pathName": "pages/search/search",
  119. "scene": null
  120. }
  121. ]
  122. }
  123. }
  124. }