diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 2c75f210..22560316 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -41,7 +41,6 @@ import { entry_lightweight_mode, openWebUrl } from "@/services/cmds"; import { TestCard } from "@/components/home/test-card"; import { IpInfoCard } from "@/components/home/ip-info-card"; - // 辅助函数解析URL和过期时间 function parseUrl(url?: string) { if (!url) return "-";