From 1491fed6f62467075b7c690529371201f8c07428 Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Sun, 21 Dec 2025 18:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B5=8F=E8=A7=88=E5=99=A8=E8=87=AA=E5=8A=A8=E5=A1=AB?= =?UTF-8?q?=E5=85=85=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- app/auth/signin/page.tsx | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb50b2c1..831dea89 100644 --- a/README.md +++ b/README.md @@ -224,4 +224,9 @@ MIT License lsof -ti:3000 | xargs kill -9 2>/dev/null; echo "端口已清理" -pnpm dev \ No newline at end of file +pnpm dev + + +rsync -avz --progress server-115-190-235-230:/var/www/chinese-family-tree/public/uploads/ /tmp/uploads_sync/ + +rsync -avz --progress /tmp/uploads_sync/ 180.76.240.104-root:/var/www/chinese-family-tree/public/uploads/ \ No newline at end of file diff --git a/app/auth/signin/page.tsx b/app/auth/signin/page.tsx index 1aa53fa7..13f36b49 100644 --- a/app/auth/signin/page.tsx +++ b/app/auth/signin/page.tsx @@ -86,6 +86,7 @@ export default function SignInPage() { onChange={(e) => setEmail(e.target.value)} required disabled={loading} + autoComplete="off" /> @@ -99,6 +100,7 @@ export default function SignInPage() { onChange={(e) => setPassword(e.target.value)} required disabled={loading} + autoComplete="new-password" />