三期pk功能开发以及积分两个页

This commit is contained in:
田岩
2025-10-24 14:53:19 +08:00
parent 7bffe0c9d7
commit 7107dade1a
70 changed files with 4521 additions and 2204 deletions
+17 -2
View File
@@ -13,7 +13,7 @@ export const GENDER = [{
value: "f",
label: "女性",
}
]
]
// 试题题型
export const SUBJECT_TYPE = [{
value: "SN",
@@ -32,4 +32,19 @@ export const SUBJECT_TYPE = [{
label: "问答题",
}
]
export const defaultAvatar = '/static/images/me/default_user_avatar.png'
export const defaultAvatar = '/static/images/me/default_user_avatar.png'
export const defaultAnonymousAvatar = '/static/images/me/default_user_avatar.png'
export const styleButton = {
style_button_1: {
color: '#FFFFFF',
fontSize: '30rpx',
backgroundColor: '#0066FF',
borderRadius: '8rpx'
},
style_button_2: {
color: '#0066FF',
fontSize: '30rpx',
backgroundColor: '#E2EDFF',
borderRadius: '8rpx'
}
}