Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-29 21:02:05 +08:00
parent 2a52157c3f
commit b9d594bc8b
26 changed files with 280 additions and 230 deletions

View File

@@ -175,7 +175,7 @@ class _ArticlePageState extends CommonDynPageState<ArticlePage> {
// if (kDebugMode) debugPrint('moduleBlocked');
final moduleBlocked = controller.opusData!.modules.moduleBlocked!;
content = SliverToBoxAdapter(
child: moduleBlockedItem(theme, moduleBlocked, maxWidth),
child: moduleBlockedItem(context, theme, moduleBlocked, maxWidth),
);
} else if (controller.articleData?.content != null) {
if (controller.articleData?.type == 3) {
@@ -292,6 +292,8 @@ class _ArticlePageState extends CommonDynPageState<ArticlePage> {
fadeOutDuration: const Duration(
milliseconds: 120,
),
placeholder: (_, _) =>
const SizedBox.shrink(),
),
),
if (pic.isLongPic == true)