tking2015
tking2015
  • 发布:2022-06-01 20:01
  • 更新:2022-06-01 20:01
  • 阅读:222

配置多个语音文件,只有最后一个有效

分类:uni-app

多个语音文件的时候,他只播放最后一个,就是这边没办法选择性播放其他的语音文件么,我的定义是这样的,他只播放jsy.caf, end.caf的时候就播放默认的铃声

{
"name": "PushSound",
"id": "DC-PushSound",
"version": "0.0.1",
"description": "自定义推送铃声",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {
"ios": {
"plugins": [{
"type": "module",
"name": "DC-PushSound",
"class": "DCPushSound"
}],
"deploymentTarget": "8.0",
"integrateType": "library",
"resources": [
"end.caf",
"jsy.caf"
]
}
}
}

2022-06-01 20:01 负责人:无 分享
已邀请:

要回复问题请先登录注册