Compare commits
No commits in common. "master" and "v1.0.1" have entirely different histories.
@ -18,7 +18,7 @@ export default function QuickSetter() {
|
||||
|
||||
return (
|
||||
<Button variant="contained" draggable onDragStart={handleDragStart}>
|
||||
将此按钮拖到启动器
|
||||
拖拽配置 Yggdrasil
|
||||
</Button>
|
||||
)
|
||||
}
|
@ -166,7 +166,7 @@ export default function SignUp() {
|
||||
checkList={[
|
||||
{
|
||||
errMsg: "长度在 3-16 之间,由数字、大小写字母、_构成",
|
||||
reg: /^[0-9a-zA-Z_]{3,16}$/
|
||||
reg: /[0-9a-zA-Z_]{3,16}/
|
||||
}
|
||||
]}
|
||||
required
|
||||
|
Loading…
x
Reference in New Issue
Block a user