philia
    Preparing search index...

    平台消息,使用模式匹配平台名,不匹配则忽略

    interface Platform {
        data: unknown;
        list: string | string[];
        mode: "include" | "exclude" | "regexp";
        raw?: any;
        type: "platform";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: unknown

    消息数据

    list: string | string[]

    匹配列表

    mode: "include" | "exclude" | "regexp"

    匹配模式 include: 目标在匹配列表 exclude: 目标不在匹配列表 regexp : 目标符合匹配列表正则表达式

    raw?: any

    平台原始字段

    type: "platform"

    消息类型