瀏覽代碼

feat(权限管理): 添加 APP_TRACKING_CONSENT 权限并更新相关说明

- 在 module.json5 中添加 ohos.permission.APP_TRACKING_CONSENT 权限
- 在字符串资源文件中添加 permission_consent 权限说明
- 更新 GETUI_APPID 为生产环境值
- 调整 querySchemes 格式
徐勤民 4 天之前
父節點
當前提交
865bf07798

+ 4 - 0
src/main/resources/base/element/string.json

@@ -12,6 +12,10 @@
       "name": "permission_status",
       "value": "聊天功能需要使用当前权限"
     },
+    {
+      "name": "permission_consent",
+      "value": "医网签电子签名需要该权限。"
+    },
     {
       "name": "permission_device",
       "value": "需要获取设备唯一码"

+ 4 - 0
src/main/resources/en_US/element/string.json

@@ -12,6 +12,10 @@
       "name": "permission_status",
       "value": "The chat function requires the use of current permissions."
     },
+    {
+      "name": "permission_consent",
+      "value": "This permission is required for electronic signatures on YWQ."
+    },
     {
       "name": "permission_device",
       "value": "Need to obtain the unique device code."

+ 4 - 0
src/main/resources/zh_CN/element/string.json

@@ -12,6 +12,10 @@
       "name": "permission_status",
       "value": "聊天功能需要使用当前权限"
     },
+    {
+      "name": "permission_consent",
+      "value": "医网签电子签名需要该权限"
+    },
     {
       "name": "permission_device",
       "value": "需要获取设备唯一码"