背景音乐播放

This commit is contained in:
@fawn-nine
2023-07-27 18:12:31 +08:00
parent 32166040c3
commit 72d35bae31
6 changed files with 249 additions and 6 deletions

View File

@@ -32,7 +32,8 @@
"OAuth" : {},
// "Messaging" : {}, 短信权限
"VideoPlayer" : {},
"Share" : {}
"Share" : {},
"Camera" : {}
},
"distribute" : {
"apple" : {
@@ -74,7 +75,8 @@
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"minSdkVersion" : 21
},
"sdkConfigs" : {
"ad" : {},
@@ -143,7 +145,8 @@
"nvueLaunchMode" : "fast",
"splashscreen" : {
"alwaysShowBeforeRender" : false
}
},
"nativePlugins" : {}
},
// 5+App特有相关
"quickapp" : {},