mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -258,7 +258,9 @@ class SearchDynamic extends StatelessWidget {
|
||||
onTap: () {
|
||||
Get.toNamed(
|
||||
'/video?bvid=${IdUtils.av2bv(json['aid'])}&cid=${json['cid']}',
|
||||
arguments: {'heroTag': Utils.makeHeroTag(json['aid'])},
|
||||
arguments: {
|
||||
'heroTag': Utils.makeHeroTag(json['aid']),
|
||||
},
|
||||
);
|
||||
},
|
||||
title: Text(
|
||||
|
||||
Reference in New Issue
Block a user