Browse Source

feat: 页面优化

BaiLuoYan 2 days ago
parent
commit
de18191d26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/defines/admin.ts

+ 1 - 1
src/defines/admin.ts

@@ -25,6 +25,6 @@ export const MEMBER_TYPE_LABELS: Record<string, string> = {
 
 export const MEMBER_TYPE_COLORS: Record<string, string> = {
   ADMIN: 'orange',
-  DEVELOPER: 'green',
+  DEVELOPER: 'cyan',
   MEMBER: 'blue',
 };