mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 18:55:47 +08:00
feat: refactor 3.0
This commit is contained in:
17
src/shared.ts
Normal file
17
src/shared.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
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',
|
||||
}
|
Reference in New Issue
Block a user