Initial commit: Multi-Agent Coordination Platform
- Vue 3 + TypeScript + Vite project structure - Element Plus UI components with dark theme - Pinia state management for agents and tasks - JSPlumb integration for visual workflow editing - SVG icon system for agent roles - Axios request layer with API proxy configuration - Tailwind CSS for styling - Docker deployment with Caddy web server - Complete development toolchain (ESLint, Prettier, Vitest) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
27
src/styles/element/index.scss
Normal file
27
src/styles/element/index.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
@forward 'element-plus/theme-chalk/src/common/var.scss' with (
|
||||
$colors: (
|
||||
'primary': (
|
||||
'base': #165DFF,
|
||||
),
|
||||
'success': (
|
||||
'base': #52C41A,
|
||||
),
|
||||
'warning': (
|
||||
'base': #FAAD14,
|
||||
),
|
||||
'danger': (
|
||||
'base': #FF4D4F,
|
||||
),
|
||||
),
|
||||
|
||||
$card: (
|
||||
'border-radius': 0.75rem,
|
||||
),
|
||||
|
||||
$text-color: (
|
||||
'secondary': #86909c,
|
||||
'regular': #1d2129,
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user