's'
This commit is contained in:
@@ -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="关联内容">
|
||||
|
||||
Reference in New Issue
Block a user