mod: opus: show itemnull, moduleblocked

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-29 10:23:16 +08:00
parent 30bad3a066
commit b876840d08
6 changed files with 341 additions and 153 deletions

View File

@@ -119,7 +119,7 @@ class ArticleController extends ReplyController<MainListReply> {
}
// stats
Future<bool> getArticleInfo() async {
Future<bool> getArticleInfo([bool isGetCover = false]) async {
final res = await DynamicsHttp.articleInfo(cvId: commentId);
if (res['status']) {
summary
@@ -140,6 +140,9 @@ class ArticleController extends ReplyController<MainListReply> {
);
return true;
}
if (isGetCover) {
SmartDialog.showToast(res['msg']);
}
return false;
}