feat(web): move OK emoji to 2nd position, remove thumbs down

This commit is contained in:
Jiang Bohan 2026-03-31 15:27:13 +08:00
parent 57a5b8b7a4
commit e0e52bca64

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;