manifest.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "intelligent-etmf-system-applet",
  3. "appid": "__UNI__YOUR_APPID",
  4. "description": "智能ETMF系统小程序",
  5. "versionName": "1.0.0",
  6. "versionCode": "100",
  7. "transformPx": false,
  8. "app-plus": {
  9. "usingComponents": true,
  10. "nvueStyleCompiler": "uni-app",
  11. "compilerVersion": 3,
  12. "splashscreen": {
  13. "alwaysShowBeforeRender": true,
  14. "waiting": true,
  15. "autoclose": true,
  16. "delay": 0
  17. },
  18. "modules": {},
  19. "distribute": {
  20. "android": {
  21. "permissions": []
  22. },
  23. "ios": {},
  24. "sdkConfigs": {}
  25. }
  26. },
  27. "quickapp": {},
  28. "mp-weixin": {
  29. "appid": "",
  30. "setting": {
  31. "urlCheck": false,
  32. "es6": true,
  33. "postcss": true,
  34. "minified": true,
  35. "newFeature": true
  36. },
  37. "usingComponents": true,
  38. "permission": {},
  39. "requiredPrivateInfos": []
  40. },
  41. "mp-alipay": {
  42. "usingComponents": true
  43. },
  44. "mp-baidu": {
  45. "usingComponents": true
  46. },
  47. "mp-toutiao": {
  48. "usingComponents": true
  49. },
  50. "uniStatistics": {
  51. "enable": false
  52. },
  53. "vueVersion": "3"
  54. }