opt: article

This commit is contained in:
bggRGjQaUbCoE
2024-10-05 20:36:52 +08:00
parent 1f32cf3bd2
commit 76eccfd87d
4 changed files with 17 additions and 11 deletions

View File

@@ -446,7 +446,7 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
() => _htmlRenderCtr.loaded.value
? _htmlRenderCtr.response['isJsonContent'] == true
? ArticleContent(
htmlContent: _htmlRenderCtr.response['content'],
list: _htmlRenderCtr.response['content'],
)
: SliverToBoxAdapter(
child: LayoutBuilder(