From d03f0b232fa9cff6edc87f547e1c3f0a84472133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Tue, 9 Dec 2025 17:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96=E9=87=8D=E6=96=B0=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/setting/setting_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/setting/setting_page.dart b/lib/pages/setting/setting_page.dart index 1998e31..ada1640 100644 --- a/lib/pages/setting/setting_page.dart +++ b/lib/pages/setting/setting_page.dart @@ -130,7 +130,7 @@ class SettingPage extends StatelessWidget { ); },), - TDCell(arrow: true, title: '退出登录', titleWidget: Text( + TDCell(arrow: true, titleWidget: Text( "账号注销", style: TextStyle( color: const Color.fromRGBO(248, 85, 66, 1), @@ -145,7 +145,7 @@ class SettingPage extends StatelessWidget { double> animation, Animation secondaryAnimation) { return TDAlertDialog( - title: '是否退出当前账号?', + title: '是否注销当前账号?', buttonWidget: Container( padding: EdgeInsetsGeometry.only(top: 16.w, right: 30.w,