mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
show img menu
opt img placeholder opt player gesture opt pref tweaks Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user