This commit is contained in:
guozhigq
2024-12-11 23:08:04 +08:00
parent 470e70be2b
commit 9a20f246d3
8 changed files with 14 additions and 17 deletions

View File

@ -59,7 +59,7 @@ class HtmlRender extends StatelessWidget {
imgUrl = imgUrl.replaceAll('http://', 'https://');
}
imgUrl = imgUrl.contains('@') ? imgUrl.split('@').first : imgUrl;
final bool isEmote = imgUrl.contains('/emote/');
// final bool isEmote = imgUrl.contains('/emote/');
final bool isMall = imgUrl.contains('/mall/');
if (isMall) {
return const SizedBox();