mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 00:56:31 +08:00
refa: ugc intro
Closes #879 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -145,14 +145,14 @@ class HeaderControlState extends State<HeaderControl> {
|
||||
leading: const Icon(Icons.note_alt_outlined, size: 20),
|
||||
title: const Text('查看笔记', style: titleStyle),
|
||||
),
|
||||
if (widget.videoDetailCtr.videoItem['pic'] != null)
|
||||
if (widget.videoDetailCtr.cover.value.isNotEmpty)
|
||||
ListTile(
|
||||
dense: true,
|
||||
onTap: () {
|
||||
Get.back();
|
||||
ImageUtil.downloadImg(
|
||||
context,
|
||||
[widget.videoDetailCtr.videoItem['pic']],
|
||||
[widget.videoDetailCtr.cover.value],
|
||||
);
|
||||
},
|
||||
leading: const Icon(Icons.image_outlined, size: 20),
|
||||
|
||||
Reference in New Issue
Block a user