From f988c8d868a70a5aecc0d81820de3d9e1cb758c0 Mon Sep 17 00:00:00 2001 From: cheng <545895878@qq.com> Date: Fri, 24 Jul 2026 07:11:04 +0800 Subject: [PATCH] =?UTF-8?q?style(constants):=20=E6=9B=B4=E6=96=B0=E6=96=AD?= =?UTF-8?q?=E7=89=87=E7=8A=B6=E6=80=81=E7=9A=84emoji=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将blackout状态的emoji从'🫠'更改为'🤯' --- common/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.js b/common/constants.js index b20a7b8..66a60e4 100644 --- a/common/constants.js +++ b/common/constants.js @@ -112,7 +112,7 @@ export const FEELINGS = [ { id: 'tipsy', name: '微醺', emoji: '😊', desc: '刚刚好的快乐' }, { id: 'buzzed', name: '到位', emoji: '😌', desc: '今夜刚刚好' }, { id: 'drunk', name: '醉了', emoji: '😵', desc: '有点上头了' }, - { id: 'blackout', name: '断片', emoji: '🫠', desc: '什么都不记得了' } + { id: 'blackout', name: '断片', emoji: '🤯', desc: '什么都不记得了' } ] // 酒言酒语