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" />