This commit is contained in:
张良(004796)
2024-04-18 22:53:31 +08:00
parent d54d540333
commit b49e8ff0cd
7 changed files with 528 additions and 25 deletions

View File

@@ -581,3 +581,18 @@ export const userStatusShowAvatarList = [
{ value: 4, label: '实名认证且VIP用户',listClass: listClass.danger},
{ value: 5, label: '不公开',listClass: listClass.info},
]
export const userSignList = [
{ value: 1, label: '白羊座'},
{ value: 2, label: '金牛座'},
{ value: 3, label: '双子座'},
{ value: 4, label: '巨蟹座'},
{ value: 5, label: '狮子座'},
{ value: 6, label: '处女座'},
{ value: 7, label: '天秤座'},
{ value: 8, label: '天蝎座'},
{ value: 9, label: '射手座'},
{ value: 10, label: '摩羯座'},
{ value: 11, label: '水瓶座'},
{ value: 12, label: '双鱼座'},
]