mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-01 06:39:45 +08:00
fix(parser):添加 divider 解析
This commit is contained in:
@@ -237,7 +237,8 @@ export interface PostStat {
|
||||
* @property {object} insert.fold 折叠内容
|
||||
* @property {string} insert.fold.title 折叠标题,反序列化后为 PostStructuredContent[]
|
||||
* @property {string} insert.fold.content 折叠文本,反序列化后为 PostStructuredContent[]
|
||||
* @property {PostStructuredContentLinkCard} link_card 链接卡片
|
||||
* @property {PostStructuredContentLinkCard} insert.link_card 链接卡片
|
||||
* @property {string} insert.divider 分割线
|
||||
* @property {object} attributes 属性
|
||||
* @property {number} attributes.height 高度
|
||||
* @property {number} attributes.width 宽度
|
||||
@@ -259,6 +260,7 @@ export interface PostStructuredContent {
|
||||
content: string;
|
||||
};
|
||||
link_card?: PostStructuredContentLinkCard;
|
||||
divider?: string;
|
||||
}
|
||||
| string;
|
||||
attributes?: {
|
||||
|
||||
Reference in New Issue
Block a user