mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: opus quote (#771)
This commit is contained in:
committed by
GitHub
parent
e65ec1b0b9
commit
451a84e696
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user