马宇豪
2023-03-10 e5e9b84b800f1623f85be45a3565689917898c78
src/stores/interface/index.ts
@@ -54,7 +54,8 @@
export interface screenThemeState {
    screenTheme: {
        isDark: boolean
        isDark: boolean,
        depId: number
    }
}