style(constants): 更新断片状态的emoji图标
- 将blackout状态的emoji从'🫠'更改为'🤯'
This commit is contained in:
+1
-1
@@ -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: '什么都不记得了' }
|
||||
]
|
||||
|
||||
// 酒言酒语
|
||||
|
||||
Reference in New Issue
Block a user