From 865bf07798b6cadaf14145b2629ea069deeacd28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Mon, 14 Apr 2025 10:03:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20APP=5FTRACKING=5FCONSENT=20=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=85=B3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 module.json5 中添加 ohos.permission.APP_TRACKING_CONSENT 权限 - 在字符串资源文件中添加 permission_consent 权限说明 - 更新 GETUI_APPID 为生产环境值 - 调整 querySchemes 格式 --- src/main/resources/base/element/string.json | 4 ++++ src/main/resources/en_US/element/string.json | 4 ++++ src/main/resources/zh_CN/element/string.json | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/src/main/resources/base/element/string.json b/src/main/resources/base/element/string.json index 5f9bc5b..721db33 100644 --- a/src/main/resources/base/element/string.json +++ b/src/main/resources/base/element/string.json @@ -12,6 +12,10 @@ "name": "permission_status", "value": "聊天功能需要使用当前权限" }, + { + "name": "permission_consent", + "value": "医网签电子签名需要该权限。" + }, { "name": "permission_device", "value": "需要获取设备唯一码" diff --git a/src/main/resources/en_US/element/string.json b/src/main/resources/en_US/element/string.json index 9fb9aea..b49830b 100644 --- a/src/main/resources/en_US/element/string.json +++ b/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." diff --git a/src/main/resources/zh_CN/element/string.json b/src/main/resources/zh_CN/element/string.json index 5f9bc5b..28ed6e1 100644 --- a/src/main/resources/zh_CN/element/string.json +++ b/src/main/resources/zh_CN/element/string.json @@ -12,6 +12,10 @@ "name": "permission_status", "value": "聊天功能需要使用当前权限" }, + { + "name": "permission_consent", + "value": "医网签电子签名需要该权限" + }, { "name": "permission_device", "value": "需要获取设备唯一码"