登录和注册页面分离

This commit is contained in:
MrZ626
2020-11-23 22:05:31 +08:00
parent 3116fff552
commit 1d2a4437e3
9 changed files with 89 additions and 34 deletions

View File

@@ -399,10 +399,16 @@ return{
down="",
},
login={
title="Log in / Sign up",
title="Log in",
register="Sign up",
username="#",
password="*",
},
register={
title="Sign up",
login="Log in",
username="#",
email="@",
code="%",
password="*",
password2="*",
},