philia
    Preparing search index...

    旧版引用回复,仅做一定程度的兼容

    interface ReplyElem {
        id: string;
        text?: string;
        type: "reply";
    }
    Index

    Properties

    Properties

    id: string
    text?: string
    type: "reply"