mod: 长图标签显示判断

This commit is contained in:
guozhigq
2024-01-27 13:05:59 +08:00
parent 1014c26d29
commit c0162892ef
3 changed files with 5 additions and 3 deletions

View File

@ -880,7 +880,7 @@ InlineSpan buildContent(
height: height,
),
),
height > maxHeight
height > Get.size.height * 0.9
? const PBadge(
text: '长图',
right: 8,