Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-31 15:30:50 +08:00
parent 1462e6ecf1
commit 19bbdaac65
10 changed files with 113 additions and 134 deletions

View File

@@ -173,7 +173,7 @@ class _IntroDetailState extends CommonCollapseSlidePageState<IntroDetail> {
'/searchResult',
parameters: {'keyword': tagName},
),
onLongPress: (tagName) => Utils.copyText(tagName),
onLongPress: Utils.copyText,
),
)
.toList(),