mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-29 06:09:45 +08:00
fix(news): 渲染页面样式美化
This commit is contained in:
@@ -381,7 +381,7 @@ function LinkCardParser(data: PostStructuredContent): HTMLDivElement {
|
||||
// 创建 button
|
||||
const button = document.createElement("a");
|
||||
button.classList.add("mys-post-link-card-btn");
|
||||
button.innerHTML = data.insert.link_card.button_text || "详情" + " >";
|
||||
button.innerHTML = (data.insert.link_card.button_text || "详情") + " >";
|
||||
const link_url = data.insert.link_card.origin_url;
|
||||
if (IsMysPost(link_url)) {
|
||||
button.href = "/post_detail/" + link_url.split("/").pop();
|
||||
|
||||
Reference in New Issue
Block a user