project.config.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": false,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "autoAudits": false
  10. },
  11. "miniprogramRoot": "dist/",
  12. "compileType": "miniprogram",
  13. "appid": "wx67cd898fbccfff3c",
  14. "projectname": "fortnite_wx",
  15. "condition": {
  16. "search": {
  17. "current": -1,
  18. "list": []
  19. },
  20. "conversation": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "plugin": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "game": {
  29. "currentL": -1,
  30. "list": []
  31. },
  32. "miniprogram": {
  33. "current": 8,
  34. "list": [
  35. {
  36. "id": -1,
  37. "name": "search",
  38. "pathName": "pages/search/index",
  39. "query": ""
  40. },
  41. {
  42. "id": -1,
  43. "name": "detail",
  44. "pathName": "pages/skin/detail",
  45. "query": ""
  46. },
  47. {
  48. "id": -1,
  49. "name": "skin-view",
  50. "pathName": "pages/skin/view",
  51. "query": ""
  52. },
  53. {
  54. "id": 4,
  55. "name": "stage",
  56. "pathName": "pages/skin/stage",
  57. "query": "outfit=https://api-fn.duowan.com/static/skin/img/outfit/5ab155f4e9847b3170da0321/png.png&backbling=dark-bag&umbrella=snowflake&trail=&pickaxe=axercise"
  58. },
  59. {
  60. "id": 5,
  61. "name": "save",
  62. "pathName": "pages/skin/save",
  63. "query": "shareImage=http://tmp/wx67cd898fbccfff3c.o6zAJs7xybpDSgwkJYNTg3NshimA.C4FCuybE9L706845868259ba222796a99c4c3a131ba8.png"
  64. },
  65. {
  66. "id": 6,
  67. "name": "welcome",
  68. "pathName": "pages/skin/welcome",
  69. "query": ""
  70. },
  71. {
  72. "id": -1,
  73. "name": "allskin",
  74. "pathName": "pages/skin/allSkin",
  75. "query": ""
  76. },
  77. {
  78. "id": -1,
  79. "name": "assemble",
  80. "pathName": "pages/skin/assemble",
  81. "query": ""
  82. },
  83. {
  84. "id": -1,
  85. "name": "aaa",
  86. "pathName": "pages/skin/welcome",
  87. "query": "cateName=outfit"
  88. }
  89. ]
  90. }
  91. }
  92. }