12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "miniVersion": "v2",
- "name": "朗读小咖秀",
- "version": "0.0.1",
- "mini-android": {
- "sdkVersion": "1.3.5",
- "toolkitVersion": "0.10.0",
- "useExtendedSdk": {
- "media": true,
- "bluetooth": false,
- "network": true,
- "scanner": false,
- "xweb": true
- },
- "icons": {
- "hdpi": "static/appIcon.jpg",
- "xhdpi": "static/appIcon.jpg",
- "xxhdpi": "static/appIcon.jpg",
- "xxxhdpi": "static/appIcon.jpg"
- },
- "splashscreen": {
- "hdpi": "static/firing.jpg",
- "xhdpi": "static/firing.jpg",
- "xxhdpi": "static/firing.jpg"
- },
- "enableVConsole": "open",
- "privacy": {
- "enable": true,
- "template": "miniapp-privacy.json"
- },
- "privateDescriptions": {
- "RECORD_AUDIO": "用于录制音频"
- }
- },
- "mini-ios": {
- "sdkVersion": "1.1.6",
- "toolkitVersion": "0.0.9",
- "useExtendedSdk": {
- "WeAppOpenFuns": true,
- "WeAppNetwork": false,
- "WeAppBluetooth": false,
- "WeAppMedia": false,
- "WeAppLBS": false,
- "WeAppOthers": false
- },
- "enableVConsole": "open",
- "icons": {
- "mainIcon120": "",
- "mainIcon180": "",
- "spotlightIcon80": "",
- "spotlightIcon120": "",
- "settingsIcon58": "",
- "settingsIcon87": "",
- "notificationIcon40": "",
- "notificationIcon60": "",
- "appStore1024": ""
- },
- "splashScreen": {
- "customImage": ""
- },
- "privacy": {
- "enable": false
- },
- "privateDescriptions": {
- "NSPhotoLibraryUsageDescription": "用于上传头像",
- "NSPhotoLibraryAddUsageDescription": "用于保存图片"
- }
- },
- "versionCode": 100,
- "mini-plugin": {
- "android": [
- {
- "open": true,
- "pluginId": "wxf1a06dafa3350688",
- "pluginVersion": "1.0.55"
- }
- ]
- }
- }
|