opt: opus quote (#771)

This commit is contained in:
My-Responsitories
2025-04-28 20:57:30 +08:00
committed by GitHub
parent e65ec1b0b9
commit 451a84e696
2 changed files with 247 additions and 250 deletions

View File

@@ -357,8 +357,7 @@ class _ArticlePageState extends State<ArticlePage>
);
} else {
debugPrint('json page');
content = opusContent(
context: context,
content = OpusContent(
opus: _articleCtr.opus!,
callback: _getImageCallback,
maxWidth: maxWidth,