wx-ezhan
    Preparing search index...
    interface CourseState {
        backgroundOpacity: number;
        colors: Color[];
        colorsDict: Record<string, string>;
        courseFontSize: number;
        coursePassword: string;
        courses: ICourseItem[][];
        courseUsername: string;
        isImport: boolean;
    }
    Index

    Properties

    backgroundOpacity: number

    课程容器背景透明度

    colors: Color[]

    所有颜色

    colorsDict: Record<string, string>

    课程对应的颜色字典

    courseFontSize: number

    课程字体大小 储存数字, 默认使用rpx单位

    coursePassword: string

    课表储存的密码

    courses: ICourseItem[][]

    课程列表

    courseUsername: string

    课表储存的用户名 (学号)

    isImport: boolean

    是否导入课表