feat: 更新Dashboard页面布局和样式

- 将Dashboard顶部的卡片改为CPU、内存、Active Agents三个卡片
- 移除Active MCP Servers和Active Models卡片
- 增强Element Plus下拉框暗色主题样式
- 修复旧HTML文件导致的Tailwind冲突问题
- 统一下拉框样式与输入框风格

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 09:29:16 +08:00
parent 3c33f15f82
commit 6fe3c412f4
3 changed files with 116 additions and 120 deletions

View File

@@ -8,5 +8,10 @@ export default defineConfig({
alias: {
'@': resolve(__dirname, 'src')
}
},
server: {
fs: {
allow: ['..']
}
}
})