show img menu

opt img placeholder

opt player gesture

opt pref

tweaks

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-09 12:18:32 +08:00
parent 28b69a06fa
commit d10c737a38
31 changed files with 340 additions and 178 deletions

View File

@@ -103,6 +103,14 @@ class _SuperChatCardState extends State<SuperChatCard> {
style: const TextStyle(fontSize: 13),
),
),
PopupMenuItem(
height: 38,
onTap: () => Utils.copyText(Utils.jsonEncoder.convert(item.toJson())),
child: const Text(
'复制 SC 信息',
style: TextStyle(fontSize: 13),
),
),
PopupMenuItem(
height: 38,
onTap: widget.onReport,