From 4faeb21775d48fc7b48cc53f84b7d5034f4f579a Mon Sep 17 00:00:00 2001 From: Ahao Date: Sat, 26 Jul 2025 14:27:10 +0800 Subject: [PATCH] fix: home.tsx --- src/pages/home.tsx | 1 - 1 file changed, 1 deletion(-) 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 "-";