wx-ezhan
    Preparing search index...

    Interface IMessage

    单条消息的类型

    interface IMessage {
        avatar?: string;
        content: string;
        isLeft?: boolean;
        type?: "text" | "system";
    }
    Index

    Properties

    avatar?: string
    content: string
    isLeft?: boolean
    type?: "text" | "system"