Merge pull request #178 from nagisa77/codex/implement-user-reaction-rules-and-add-new-types

Update reaction feature
This commit is contained in:
Tim
2025-07-11 13:31:49 +08:00
committed by GitHub
5 changed files with 44 additions and 4 deletions

View File

@@ -58,7 +58,15 @@ const iconMap = {
LIKE: '❤️',
DISLIKE: '👎',
RECOMMEND: '👏',
ANGRY: '😡'
ANGRY: '😡',
FLUSHED: '😳',
STAR_STRUCK: '🤩',
ROFL: '🤣',
HOLDING_BACK_TEARS: '🥹',
MIND_BLOWN: '🤯',
POOP: '💩',
CLOWN: '🤡',
SKULL: '☠️'
}
export default {