This commit is contained in:
wyf
2025-06-21 21:22:04 +08:00
parent ca1995372c
commit 6588b4f053
18 changed files with 170 additions and 161 deletions

View File

@@ -375,7 +375,9 @@ class _CommonMessageSettingPageState extends State<CommonMessageSettingPage> {
],
),
Text(
"通用APP消息介绍".tr,
AppConstants().ent_type == 1
? "通用APP消息介绍".tr
: "打开“欢睡科技”APP可以查看消息内容",
style: TextStyle(
color:
themeController.currentColor.sc4,
@@ -482,7 +484,9 @@ class _CommonMessageSettingPageState extends State<CommonMessageSettingPage> {
],
),
Text(
"通用服务号消息介绍".tr,
AppConstants().ent_type == 1
? "通用服务号消息介绍".tr
: "无需打开“欢睡科技”APP关注欢睡智能睡眠研究所服务号后微信内即可接收消息推送",
style: TextStyle(
color:
themeController.currentColor.sc4,