philia
    Preparing search index...

    TEXT (此元素可使用字符串代替)

    interface TextElem {
        markdown?: string;
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    markdown?: string

    Markdown 数据,仅支持 Markdown 时有效

    text: string

    文字内容

    type: "text"