mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-17 19:24:23 +00:00
feat: add user medal selection and display
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export const medalTitles = {
|
||||
COMMENT: '评论达人',
|
||||
POST: '发帖达人',
|
||||
SEED: '种子用户'
|
||||
}
|
||||
|
||||
export function getMedalTitle(type) {
|
||||
return medalTitles[type] || ''
|
||||
}
|
||||
Reference in New Issue
Block a user