Explorar o código

feat(strings): 添加电子签名权限提示文案

- 在 app 模块的多语言资源文件中新增 permission_consent 权限说明- 从 basic 模块移除重复的 permission_consent 配置项- 更新中文、英文及默认语言包中的相关字符串值
徐勤民 hai 1 mes
pai
achega
4fa1b577ea

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

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

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

@@ -12,10 +12,6 @@
       "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."

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

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