opt view opus images

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-02 12:03:12 +08:00
parent 469350c05f
commit 89c7d24c13
3 changed files with 13 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ class _ArticlePageState extends CommonDynPageState<ArticlePage> {
// if (kDebugMode) debugPrint('json page');
content = OpusContent(
opus: controller.opus!,
images: controller.images,
maxWidth: maxWidth,
);
} else if (controller.opusData?.modules.moduleBlocked != null) {