This commit is contained in:
freedakgmail
2025-11-24 14:02:34 +08:00
parent b7a8c9ee6e
commit 3d075c6076
941 changed files with 25613 additions and 27641 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export default function RegisterPage() {
<Input
id="email"
type="email"
placeholder="your@email.com"
placeholder="请输入邮箱"
value={email}
onChange={(e) => setEmail(e.target.value)}
required
+1 -1
View File
@@ -81,7 +81,7 @@ export default function SignInPage() {
<Input
id="email"
type="email"
placeholder="your@email.com"
placeholder="请输入邮箱"
value={email}
onChange={(e) => setEmail(e.target.value)}
required