This commit is contained in:
eric
2026-06-07 01:17:46 -05:00
parent 283d65d1d1
commit cd885f5fcd
110 changed files with 17876 additions and 11 deletions

View File

@@ -566,7 +566,7 @@ function RelatedContent({ items, compact = false }: { items: Array<Record<string
if (type === "ebook") return `/ebooks/${slug}`;
if (type === "video") return `/videos/${slug}`;
if (type === "app") return "/app";
return String(item.targetUrl || "https://digital.hackrobot.cn/zh");
return String(item.targetUrl || "/digital");
};
return (
<Panel title="关联内容">