From ecb416c3d23c04a0e45d17a6be663a5f21da6cc4 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sun, 19 Jan 2025 22:32:18 +0800 Subject: [PATCH] mod: dyn author panel Signed-off-by: bggRGjQaUbCoE --- lib/pages/dynamics/widgets/author_panel.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/dynamics/widgets/author_panel.dart b/lib/pages/dynamics/widgets/author_panel.dart index baca3b22..d412ed62 100644 --- a/lib/pages/dynamics/widgets/author_panel.dart +++ b/lib/pages/dynamics/widgets/author_panel.dart @@ -38,7 +38,8 @@ class AuthorPanel extends StatelessWidget { GestureDetector( onTap: () { // 番剧 - if (item.modules.moduleAuthor.type == 'AUTHOR_TYPE_PGC') { + if (item.modules.moduleAuthor.type == 'AUTHOR_TYPE_PGC' || + item.modules.moduleAuthor.type == 'AUTHOR_TYPE_UGC_SEASON') { return; } feedBack();