This commit is contained in:
dap
2024-08-18 10:05:18 +08:00
73 changed files with 963 additions and 895 deletions

View File

@@ -32,6 +32,6 @@
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.0.0",
"vue": "^3.4.37"
"vue": "^3.4.38"
}
}

View File

@@ -116,7 +116,6 @@ class PreferenceManager {
this.updatePreferences({
theme: { mode: isDark ? 'dark' : 'light' },
});
// updateCSSVariables(this.state);
});
}