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