refa dm block

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-10 16:18:51 +08:00
parent 206602e49a
commit bc2de4828b
6 changed files with 167 additions and 135 deletions

View File

@@ -28,10 +28,7 @@ class DanmakuFilterHttp {
},
);
if (res.data['code'] == 0) {
return {
'status': true,
'msg': '操作成功',
};
return {'status': true};
} else {
return {
'status': false,