mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
fix(parser): linkcard 下个小版本写
This commit is contained in:
@@ -224,3 +224,16 @@ function BackupTextParser(data: PostStructuredContent): HTMLDivElement {
|
|||||||
// 返回 div
|
// 返回 div
|
||||||
return div;
|
return div;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @description 解析链接卡片
|
||||||
|
* @since Alpha
|
||||||
|
* @todo 待完成
|
||||||
|
* @see post_id:37414431
|
||||||
|
* @param {PostStructuredContent} data Mys数据
|
||||||
|
* @returns {HTMLDivElement} 解析后的链接卡片
|
||||||
|
*/
|
||||||
|
function LinkCardParser(data: PostStructuredContent): HTMLDivElement {
|
||||||
|
// TODO: 待完成
|
||||||
|
return document.createElement("div");
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user