From eae13737ff3d3777d7bf0a6b989ebb96ed5d80d9 Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 6 Jul 2026 15:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- serve/frontend/src/pages/Auth.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/serve/frontend/src/pages/Auth.tsx b/serve/frontend/src/pages/Auth.tsx index b0ccf4b..b43a6c0 100644 --- a/serve/frontend/src/pages/Auth.tsx +++ b/serve/frontend/src/pages/Auth.tsx @@ -13,7 +13,7 @@ import { useEffect, useState, type FormEvent } from 'react' import { useNavigate } from 'react-router-dom' import { useMutation } from '@tanstack/react-query' import { motion } from 'framer-motion' -import { Eye, EyeOff, Loader2, Lock, ShieldCheck, ShieldAlert, Sparkles } from 'lucide-react' +import { Eye, EyeOff, Loader2, Lock, ShieldCheck, ShieldAlert } from 'lucide-react' import { api } from '@/lib/api' import { Logo } from '@/components/Logo' import { cn } from '@/lib/cn' @@ -196,11 +196,6 @@ export function Auth() { )} - -
- - 自托管量化工作台 · 数据完全掌握在自己手里 -
)