Compare commits

..

No commits in common. "master" and "v1.0.1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export default function QuickSetter() {
return ( return (
<Button variant="contained" draggable onDragStart={handleDragStart}> <Button variant="contained" draggable onDragStart={handleDragStart}>
Yggdrasil
</Button> </Button>
) )
} }

View File

@ -166,7 +166,7 @@ export default function SignUp() {
checkList={[ checkList={[
{ {
errMsg: "长度在 3-16 之间由数字、大小写字母、_构成", errMsg: "长度在 3-16 之间由数字、大小写字母、_构成",
reg: /^[0-9a-zA-Z_]{3,16}$/ reg: /[0-9a-zA-Z_]{3,16}/
} }
]} ]}
required required