Explorar o código

feat: 页面优化

BaiLuoYan hai 1 día
pai
achega
de18191d26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',
 };