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

    接口 Theme

    主题

    interface Theme {
        theme: "default" | "dark" | "light";
    }
    索引

    属性

    属性

    theme: "default" | "dark" | "light"

    主题颜色,default 默认(随系统),dark 深色,light 浅色