修复 cool-vibrate 鸿蒙权限文件书写错误问题
This commit is contained in:
@@ -570,5 +570,11 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^ui-(.*)": "@/components/ui/$1/ui-$1.uvue"
|
||||
}
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
module: {
|
||||
requestPermissions: [
|
||||
"module": {
|
||||
"requestPermissions": [
|
||||
{
|
||||
name: "ohos.permission.VIBRATE",
|
||||
usedScene: {
|
||||
when: "inuse"
|
||||
"name": "ohos.permission.VIBRATE",
|
||||
"usedScene": {
|
||||
"when": "inuse"
|
||||
},
|
||||
reason: "$string:permission_VIBRATE_reason"
|
||||
"reason": "$string:permission_VIBRATE_reason"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user