project.miniapp.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "miniVersion": "v2",
  3. "name": "朗读小咖秀",
  4. "version": "0.0.1",
  5. "mini-android": {
  6. "channel": {
  7. "name": "APP_CHANNEL",
  8. "value": "3016"
  9. },
  10. "sdkVersion": "1.3.5",
  11. "toolkitVersion": "0.10.0",
  12. "useExtendedSdk": {
  13. "media": true,
  14. "bluetooth": false,
  15. "network": true,
  16. "scanner": false,
  17. "xweb": true
  18. },
  19. "icons": {
  20. "hdpi": "static/appIcon.jpg",
  21. "xhdpi": "static/appIcon.jpg",
  22. "xxhdpi": "static/appIcon.jpg",
  23. "xxxhdpi": "static/appIcon.jpg"
  24. },
  25. "splashscreen": {
  26. "hdpi": "static/firing.jpg",
  27. "xhdpi": "static/firing.jpg",
  28. "xxhdpi": "static/firing.jpg"
  29. },
  30. "enableVConsole": "open",
  31. "privacy": {
  32. "enable": true,
  33. "template": "miniapp-privacy.json"
  34. },
  35. "privateDescriptions": {
  36. "RECORD_AUDIO": "用于录制音频",
  37. "READ_EXTERNAL_STORAGE": "用于上传头像",
  38. "WRITE_EXTERNAL_STORAGE": "用于上传头像"
  39. },
  40. "targetSdkVersion": 28
  41. },
  42. "mini-ios": {
  43. "sdkVersion": "1.1.6",
  44. "toolkitVersion": "0.0.9",
  45. "useExtendedSdk": {
  46. "WeAppOpenFuns": true,
  47. "WeAppNetwork": false,
  48. "WeAppBluetooth": false,
  49. "WeAppMedia": true,
  50. "WeAppLBS": false,
  51. "WeAppOthers": false
  52. },
  53. "enableVConsole": "open",
  54. "icons": {
  55. "mainIcon120": "",
  56. "mainIcon180": "",
  57. "spotlightIcon80": "",
  58. "spotlightIcon120": "",
  59. "settingsIcon58": "",
  60. "settingsIcon87": "",
  61. "notificationIcon40": "",
  62. "notificationIcon60": "",
  63. "appStore1024": ""
  64. },
  65. "splashScreen": {
  66. "customImage": ""
  67. },
  68. "privacy": {
  69. "enable": false
  70. },
  71. "privateDescriptions": {
  72. "NSPhotoLibraryUsageDescription": "用于上传头像",
  73. "NSPhotoLibraryAddUsageDescription": "用于保存图片"
  74. }
  75. },
  76. "versionCode": 100,
  77. "mini-plugin": {
  78. "android": [
  79. {
  80. "open": true,
  81. "pluginId": "wxf1a06dafa3350688",
  82. "pluginVersion": "1.0.58"
  83. }
  84. ]
  85. }
  86. }