mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: dyn author panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -38,7 +38,8 @@ class AuthorPanel extends StatelessWidget {
|
|||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
feedBack();
|
feedBack();
|
||||||
|
|||||||
Reference in New Issue
Block a user