From b4b74060644da177fe62c2710ad4903065e7cc13 Mon Sep 17 00:00:00 2001 From: insleker Date: Mon, 15 Dec 2025 14:41:34 +0800 Subject: [PATCH] test: PR preview test --- lib/app.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/app.dart b/lib/app.dart index fef80cf..cd95239 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -59,7 +59,9 @@ class MyApp extends StatelessWidget { final router = ref.watch(routerProvider); final content = Scaffold( appBar: AppBar( - title: Text(AppLocalizations.of(context).appTitle), + title: Text( + AppLocalizations.of(context).appTitle + "(PR preview)", + ), actions: [ OutlinedButton.icon( key: const Key('btn_appbar_settings'),