feat(web): add OK emoji to reaction quick bar

This commit is contained in:
Jiang Bohan 2026-03-31 14:52:30 +08:00
parent 8bbc228469
commit 57a5b8b7a4

View file

@ -10,7 +10,7 @@ const EmojiPicker = lazy(() =>
import("@/components/common/emoji-picker").then((m) => ({ default: m.EmojiPicker })),
);
const QUICK_EMOJIS = ["👍", "👎", "❤️", "😄", "🎉", "😕", "🚀", "👀"];
const QUICK_EMOJIS = ["👍", "👎", "❤️", "😄", "🎉", "😕", "🚀", "👀", "👌"];
interface ReactionItem {
id: string;