mod: video tags

This commit is contained in:
bggRGjQaUbCoE
2024-09-28 10:21:03 +08:00
parent 293b829b0f
commit 1650f138b6
2 changed files with 4 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ class IntroDetail extends StatelessWidget {
searchText: item['tag_name'],
onSelect: (_) => Get.toNamed('/searchResult',
parameters: {'keyword': item['tag_name']}),
onLongSelect: (_) =>
Utils.copyText(item['tag_name']),
),
)
.toList(),