Merge branch 'fix'

This commit is contained in:
guozhigq
2024-01-02 23:35:04 +08:00

View File

@ -57,14 +57,6 @@ class AuthorPanel extends StatelessWidget {
fontSize: Theme.of(context).textTheme.titleSmall!.fontSize, fontSize: Theme.of(context).textTheme.titleSmall!.fontSize,
), ),
), ),
if (item.modules.moduleTag != null) ...[
const SizedBox(width: 6),
PBadge(
bottom: 10,
right: 10,
text: item.modules.moduleTag['text'],
)
]
], ],
), ),
DefaultTextStyle.merge( DefaultTextStyle.merge(