mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: blacklist (#501)
This commit is contained in:
committed by
GitHub
parent
a8428e52d2
commit
edf84fcc8f
@@ -262,9 +262,7 @@ class VideoCustomActions {
|
||||
act: 5,
|
||||
reSrc: 11,
|
||||
);
|
||||
List<int> blackMidsList = GStorage.blackMidsList;
|
||||
blackMidsList.insert(0, videoItem.owner.mid);
|
||||
GStorage.setBlackMidsList(blackMidsList);
|
||||
GStorage.setBlackMid(videoItem.owner.mid);
|
||||
Get.back();
|
||||
SmartDialog.showToast(res['msg'] ?? '成功');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user