mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-21 02:50:14 +08:00
@@ -275,7 +275,7 @@ class _UgcIntroPanelState extends State<UgcIntroPanel> {
|
|||||||
);
|
);
|
||||||
|
|
||||||
List<Widget> _infos(VideoDetailData videoDetail) => [
|
List<Widget> _infos(VideoDetailData videoDetail) => [
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8, width: .infinity),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () => Utils.copyText('${videoDetail.bvid}'),
|
onTap: () => Utils.copyText('${videoDetail.bvid}'),
|
||||||
child: Text(
|
child: Text(
|
||||||
|
|||||||
Reference in New Issue
Block a user