project.miniapp.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. }
  34. },
  35. "mini-ios": {
  36. "sdkVersion": "1.1.6",
  37. "toolkitVersion": "0.0.9",
  38. "useExtendedSdk": {
  39. "WeAppOpenFuns": true,
  40. "WeAppNetwork": false,
  41. "WeAppBluetooth": false,
  42. "WeAppMedia": false,
  43. "WeAppLBS": false,
  44. "WeAppOthers": false
  45. },
  46. "enableVConsole": "open",
  47. "icons": {
  48. "mainIcon120": "",
  49. "mainIcon180": "",
  50. "spotlightIcon80": "",
  51. "spotlightIcon120": "",
  52. "settingsIcon58": "",
  53. "settingsIcon87": "",
  54. "notificationIcon40": "",
  55. "notificationIcon60": "",
  56. "appStore1024": ""
  57. },
  58. "splashScreen": {
  59. "customImage": ""
  60. },
  61. "privacy": {
  62. "enable": false
  63. },
  64. "privateDescriptions": {
  65. "NSPhotoLibraryUsageDescription": "用于上传头像",
  66. "NSPhotoLibraryAddUsageDescription": "用于保存图片"
  67. }
  68. },
  69. "versionCode": 100,
  70. "mini-plugin": {
  71. "android": [
  72. {
  73. "open": true,
  74. "pluginId": "wxf1a06dafa3350688",
  75. "pluginVersion": "1.0.55"
  76. }
  77. ]
  78. }
  79. }