Skip to content

Commit 14a2063

Browse files
authored
fix: fix app-plus UIBackgroundModes types (#48)
1 parent f9642e9 commit 14a2063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/config/types/appPlus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export interface AppPlus {
500500
*
501501
* "location" 后台定位
502502
*/
503-
UIBackgroundModes?: 'audio' | 'location'
503+
UIBackgroundModes?: 'audio' | 'location' | 'audio,location'
504504

505505
/**
506506
* 依赖的系统库,推荐使用 uni 原生插件扩展使用系统依赖库

0 commit comments

Comments
 (0)