We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
制作注册登录的界面。 注册 注册输入用户名、密码、确认密码、邮箱、邮箱验证码后,点击注册。 注册失败的情况:用户名重复、密码过长过短、邮箱不合法(不是pku)、验证码错误。 注册成功跳转到登录。 登录 输入用户名、密码,点击登录。 登录失败的情况:用户名不存在或密码错误。 登录成功跳转到:主页。
可以暂不考虑与后端的交互。
The text was updated successfully, but these errors were encountered:
zhp-99
No branches or pull requests
制作注册登录的界面。
注册
注册输入用户名、密码、确认密码、邮箱、邮箱验证码后,点击注册。
注册失败的情况:用户名重复、密码过长过短、邮箱不合法(不是pku)、验证码错误。
注册成功跳转到登录。
登录
输入用户名、密码,点击登录。
登录失败的情况:用户名不存在或密码错误。
登录成功跳转到:主页。
可以暂不考虑与后端的交互。
The text was updated successfully, but these errors were encountered: