fix: home.tsx

This commit is contained in:
Ahao
2025-07-26 14:27:10 +08:00
Unverified
parent 28afc4d5e2
commit 4faeb21775

View File

@@ -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 "-";