mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
opt: show dyn blocked item
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -349,8 +349,9 @@ class _ArticlePageState extends State<ArticlePage>
|
||||
debugPrint('moduleBlocked');
|
||||
final moduleBlocked =
|
||||
_articleCtr.opusData!.modules.moduleBlocked!;
|
||||
final width = maxWidth * 0.8;
|
||||
content = moduleBlockedItem(moduleBlocked, width);
|
||||
content = SliverToBoxAdapter(
|
||||
child: moduleBlockedItem(theme, moduleBlocked, maxWidth),
|
||||
);
|
||||
} else if (_articleCtr.articleData?.content != null) {
|
||||
debugPrint('html page');
|
||||
final res = parser.parse(_articleCtr.articleData!.content!);
|
||||
|
||||
Reference in New Issue
Block a user