core
    正在准备搜索索引...

    接口 SystemShareData

    系统分享

    interface SystemShareData {
        content: SystemShareContent;
        description?: string;
        thumb?: string;
        title?: string;
    }
    索引

    属性

    分享内容

    description?: string

    摘要描述

    thumb?: string

    缩略图链接,部分接收端(如微信)会忽略缩略图。

    title?: string

    标题