wx-ezhan
    Preparing search index...

    Interface Color

    课程的颜色类型

    interface Color {
        active: boolean;
        colors: string[];
        id: number;
    }
    Index

    Properties

    Properties

    active: boolean
    colors: string[]
    id: number