From 6841732c068351c53d4fcf6833c1a48a6621f234 Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Sat, 21 Sep 2024 11:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Web=E7=BB=84=E4=BB=B6=E4=B9=8Bcookie?= =?UTF-8?q?=E5=B8=B8=E8=A7=81=E6=93=8D=E4=BD=9C=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BD=BF=E7=94=A8=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/resources/base/element/string.json | 2 +- entry/src/main/resources/en_US/element/string.json | 2 +- entry/src/main/resources/zh_CN/element/string.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index b76774b..ceaaf84 100755 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -50,7 +50,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "Allow applications to use the Internet network in web access scenarios." } ] } \ No newline at end of file diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index b76774b..ceaaf84 100755 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -50,7 +50,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "Allow applications to use the Internet network in web access scenarios." } ] } \ No newline at end of file diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index 1453800..0e278ac 100755 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -50,7 +50,7 @@ }, { "name": "reason", - "value": "Used to initiate network data requests." + "value": "允许应用在Web访问网页场景使用Internet网络。" } ] } \ No newline at end of file -- Gitee