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:
@@ -8,5 +8,10 @@ export default defineConfig({
|
||||
alias: {
|
||||
'@': resolve(__dirname, 'src')
|
||||
}
|
||||
},
|
||||
server: {
|
||||
fs: {
|
||||
allow: ['..']
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user