fix(layout): 更新移动侧边栏样式以支持深色模式
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m22s
CI/CD Pipeline / build-and-deploy (push) Successful in 5m23s

This commit is contained in:
严浩
2025-10-21 23:09:59 +08:00
parent e54272b68b
commit 1afb28cb2b
4 changed files with 14 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ export default defineConfig(({ command, mode }) => {
},
},
},
plugins: Plugins({ mode }),
plugins: Plugins({ mode, env }),
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),