Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-30 12:49:30 +08:00
parent 133f45945c
commit e892411092
27 changed files with 617 additions and 780 deletions

View File

@@ -90,11 +90,11 @@ class VideoCardV extends StatelessWidget {
clipBehavior: Clip.none,
children: [
Card(
clipBehavior: Clip.hardEdge,
child: InkWell(
onTap: onPushDetail,
onLongPress: onLongPress,
onSecondaryTap: PlatformUtils.isMobile ? null : onLongPress,
borderRadius: const .all(.circular(12)),
child: Column(
crossAxisAlignment: .start,
children: [
@@ -111,7 +111,7 @@ class VideoCardV extends StatelessWidget {
src: videoItem.cover,
width: maxWidth,
height: maxHeight,
type: .emote,
borderRadius: const .vertical(top: .circular(12)),
),
if (videoItem.duration > 0)
PBadge(