project.config.json 428 B

123456789101112131415161718192021222324252627
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false
  8. },
  9. "compileType": "miniprogram",
  10. "libVersion": "",
  11. "appid": "wxf8f3d4de9b244403",
  12. "projectname": "txCar",
  13. "condition": {
  14. "search": {
  15. "list": []
  16. },
  17. "conversation": {
  18. "list": []
  19. },
  20. "game": {
  21. "list": []
  22. },
  23. "miniprogram": {
  24. "list": []
  25. }
  26. }
  27. }