feat: 新增贡献者前端标识

This commit is contained in:
tim
2025-08-10 02:24:26 +08:00
parent 7189977a2f
commit 1a8e216aa9
2 changed files with 14 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
export const medalTitles = {
COMMENT: '评论达人',
POST: '发帖达人',
SEED: '种子用户'
SEED: '种子用户',
CONTRIBUTOR: '贡献者'
}
export function getMedalTitle(type) {