Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-07 10:16:03 +08:00
parent 6fd8212d8b
commit 5b6443cfa4
4 changed files with 40 additions and 52 deletions

View File

@@ -1013,7 +1013,7 @@ class _UgcIntroPanelState extends State<UgcIntroPanel> {
(item) => SearchText(
fontSize: 13,
text: switch (item.tagType) {
'bgm' => item.tagName!.replaceFirst('发现', '\u{1f3b5}BGM'),
'bgm' => item.tagName!.replaceFirst('发现', 'BGM'),
'topic' => '#${item.tagName}',
_ => item.tagName!,
},