test: PR preview test

This commit is contained in:
insleker 2025-12-15 14:41:34 +08:00
parent 09d058fb6c
commit b4b7406064
1 changed files with 3 additions and 1 deletions

View File

@ -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'),