mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
18 lines
317 B
TypeScript
18 lines
317 B
TypeScript
export const EEmoji = {
|
|
'+1': '+1',
|
|
'-1': '-1',
|
|
'laugh': 'laugh',
|
|
'confused': 'confused',
|
|
'heart': 'heart',
|
|
'hooray': 'hooray',
|
|
'rocket': 'rocket',
|
|
'eyes': 'eyes',
|
|
}
|
|
|
|
export const ELockReasons = {
|
|
'off-topic': 'off-topic',
|
|
'too heated': 'too heated',
|
|
'resolved': 'resolved',
|
|
'spam': 'spam',
|
|
}
|