project.miniapp.json 1.9 KB

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