philia
    Preparing search index...

    链接分享

    interface ShareElem {
        content?: string;
        image?: string;
        title: string;
        type: "share";
        url: string;
    }
    Index

    Properties

    content?: string

    链接内容,接收时有效

    image?: string

    链接配图,接收时有效

    title: string

    链接标题

    type: "share"
    url: string

    链接地址