fix display error

This commit is contained in:
wgh19
2024-06-01 22:13:22 +08:00
parent 4dc1ec8784
commit 49da2b772b

View File

@@ -101,7 +101,7 @@ class _SearchPageState extends State<SearchPage> {
Expanded(
child: TextBox(
placeholder:
searchTypes[searchType].tl + ' / ' "Open link".tl,
'${searchTypes[searchType].tl} / ${"Open link".tl}',
onChanged: (s) => text = s,
onSubmitted: (s) => search(),
foregroundDecoration: BoxDecoration(