fix: restore logic

This commit is contained in:
lollipopkit
2024-01-14 18:50:25 +08:00
parent 460f3f957e
commit 11dca4c37c
5 changed files with 30 additions and 23 deletions

View File

@@ -276,6 +276,12 @@ class _HomePageState extends State<HomePage>
replace: 'lollipopkit',
),
UIs.height13,
const Text('My apps:'),
const UrlText(
text: 'https://github.com/lollipopkit/flutter_gpt_box',
replace: 'GPT Box',
),
UIs.height13,
// Use [UrlText] for same text style
Text(l10n.aboutThanks),
UIs.height13,