mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 评论区表情没有语义标签
This commit is contained in:
@@ -555,6 +555,7 @@ InlineSpan buildContent(
|
|||||||
type: 'emote',
|
type: 'emote',
|
||||||
width: size * 20,
|
width: size * 20,
|
||||||
height: size * 20,
|
height: size * 20,
|
||||||
|
semanticsLabel: matchStr,
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
} else if (matchStr.startsWith("@") &&
|
} else if (matchStr.startsWith("@") &&
|
||||||
|
|||||||
Reference in New Issue
Block a user