我的页和设置页完成
This commit is contained in:
+16
-7
@@ -1,7 +1,16 @@
|
||||
|
||||
MaxUploadPictureSize = 2048 // 最大图片上传限制
|
||||
MaxUploadDocumentMaxSize = 102400 // 最大文档上传限制
|
||||
|
||||
|
||||
500
|
||||
|
||||
export const MAX_UPLOAD_PICTURE_SIZE = 2048 // 最大图片上传限制
|
||||
export const Max_Upload_Document_Size = 102400 // 最大文档上传限制
|
||||
export const TextareaInputLimitCharacter = 160 // 全局多行文本输入框限制字数
|
||||
export const GENDER = [{
|
||||
value: "m",
|
||||
label: "男性",
|
||||
},
|
||||
{
|
||||
value: "f",
|
||||
label: "女性",
|
||||
},
|
||||
{
|
||||
value: "o",
|
||||
label: "其他",
|
||||
}
|
||||
] // 性别
|
||||
Reference in New Issue
Block a user