From d68bee7e3451e86dd6d99312a94e1e1a692b9941 Mon Sep 17 00:00:00 2001 From: liyi Date: Mon, 17 Feb 2025 17:13:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E5=BC=80=E9=94=81=E6=97=B6=E7=9A=84=E6=96=87=E6=9C=AC=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lockSet/remoteUnlocking/remoteUnlocking_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main/lockDetail/lockSet/remoteUnlocking/remoteUnlocking_page.dart b/lib/main/lockDetail/lockSet/remoteUnlocking/remoteUnlocking_page.dart index 2147a824..3489df75 100755 --- a/lib/main/lockDetail/lockSet/remoteUnlocking/remoteUnlocking_page.dart +++ b/lib/main/lockDetail/lockSet/remoteUnlocking/remoteUnlocking_page.dart @@ -40,7 +40,7 @@ class _RemoteUnlockingPageState extends State with RouteAwa children: [ Expanded( child: Text( - '功能开启后,你将可以通过网关远程开锁。此功能的开启和关闭只能在锁附近通过手机蓝牙进行。'.tr, + '功能开启后,你将可以通过网关远程开锁。'.tr, style: TextStyle( fontSize: 20.sp, color: AppColors.darkGrayTextColor), )),