mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: dynamicDetail/html page
Closes #60 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -454,10 +454,7 @@ class _MemberPageState extends State<MemberPage>
|
||||
const SizedBox(width: 5),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
Clipboard.setData(
|
||||
ClipboardData(text: _memberController.mid.toString()),
|
||||
);
|
||||
SmartDialog.showToast('已复制${_memberController.mid}至剪贴板');
|
||||
Utils.copyText(_memberController.mid.toString());
|
||||
},
|
||||
child: Container(
|
||||
padding:
|
||||
|
||||
Reference in New Issue
Block a user