Interface ShareElem

链接分享

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

Properties

content?: string

链接内容,接收时有效

image?: string

链接配图,接收时有效

title: string

链接标题

type
url: string

链接地址