mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
fix(route): yuque 处理双向链接卡片 (#13386)
* fix(route): yuque * fix(route): typo * fix(route): typo --------- Co-authored-by: yanghj <yanghj@servyou.com.cn>
This commit is contained in:
@@ -13,6 +13,7 @@ const card2Html = (elem, link) => {
|
||||
html = `<img src='${value.src}'>`;
|
||||
break;
|
||||
case 'bookmarkInline':
|
||||
case 'bookmarklink':
|
||||
html = `<a href='${value.src}'>${value.detail.title}</a>`;
|
||||
break;
|
||||
case 'checkbox':
|
||||
|
||||
Reference in New Issue
Block a user