From 98a47642895ab2fe7fc3f576bd1730608cb5add8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5F=E5=BC=A0=E5=BE=B7=E7=9B=9B?= Date: Mon, 1 Sep 2025 10:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- products/watch/src/main/resources/base/element/string.json | 2 +- products/watch/src/main/resources/en_US/element/string.json | 2 +- products/watch/src/main/resources/zh_CN/element/string.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/products/watch/src/main/resources/base/element/string.json b/products/watch/src/main/resources/base/element/string.json index 874b5aa..0e6d892 100644 --- a/products/watch/src/main/resources/base/element/string.json +++ b/products/watch/src/main/resources/base/element/string.json @@ -10,7 +10,7 @@ }, { "name": "WatchAbility_label", - "value": "label" + "value": "MusicHome" }, { "name": "home_hottest_playlists", diff --git a/products/watch/src/main/resources/en_US/element/string.json b/products/watch/src/main/resources/en_US/element/string.json index 324307d..75c40fb 100644 --- a/products/watch/src/main/resources/en_US/element/string.json +++ b/products/watch/src/main/resources/en_US/element/string.json @@ -10,7 +10,7 @@ }, { "name": "WatchAbility_label", - "value": "label" + "value": "MusicHome" }, { "name": "home_hottest_playlists", diff --git a/products/watch/src/main/resources/zh_CN/element/string.json b/products/watch/src/main/resources/zh_CN/element/string.json index adf5fb6..d6af1dc 100644 --- a/products/watch/src/main/resources/zh_CN/element/string.json +++ b/products/watch/src/main/resources/zh_CN/element/string.json @@ -10,7 +10,7 @@ }, { "name": "WatchAbility_label", - "value": "label" + "value": "多设备界面音乐" }, { "name": "home_hottest_playlists", -- Gitee