project.miniapp.json 2.0 KB

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