mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -35,7 +35,7 @@ class BlackListController
|
||||
void onRemove(BuildContext context, int index, name, mid) {
|
||||
showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定将 $name 移出黑名单?',
|
||||
title: Text('确定将 $name 移出黑名单?'),
|
||||
onConfirm: () async {
|
||||
final result = await VideoHttp.relationMod(mid: mid, act: 6, reSrc: 11);
|
||||
if (result.isSuccess) {
|
||||
|
||||
Reference in New Issue
Block a user