定制创建claude cli宠物
- 内容介绍
- 文章标签
- 相关推荐
问题描述:
Claude Code Buddy Configurator Pro
:root {
--bg-primary: #f8f9fc;
--bg-secondary: #ffffff;
--bg-card: #ffffff;
--bg-card-hover: #f0f4f8;
--border: #e2e8f0;
--border-hover: #cbd5e1;
--text-primary: #1e293b;
--text-secondary: #64748b;
--text-muted: #94a3b8;
--accent: #6366f1;
--accent-hover: #4f46e5;
--accent-glow: rgba(99, 102, 241, 0.2);
--common: #64748b;
--uncommon: #22c55e;
--rare: #3b82f6;
--epic: #a855f7;
--legendary: #f59e0b;
--success: #22c55e;
--error: #ef4444;
--stop: #ef4444;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background: var(--bg-primary);
color: var(--text-primary);
min-height: 100vh;
line-height: 1.6;
}
.app {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
header {
text-align: cent
问题描述:
Claude Code Buddy Configurator Pro
:root {
--bg-primary: #f8f9fc;
--bg-secondary: #ffffff;
--bg-card: #ffffff;
--bg-card-hover: #f0f4f8;
--border: #e2e8f0;
--border-hover: #cbd5e1;
--text-primary: #1e293b;
--text-secondary: #64748b;
--text-muted: #94a3b8;
--accent: #6366f1;
--accent-hover: #4f46e5;
--accent-glow: rgba(99, 102, 241, 0.2);
--common: #64748b;
--uncommon: #22c55e;
--rare: #3b82f6;
--epic: #a855f7;
--legendary: #f59e0b;
--success: #22c55e;
--error: #ef4444;
--stop: #ef4444;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background: var(--bg-primary);
color: var(--text-primary);
min-height: 100vh;
line-height: 1.6;
}
.app {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
header {
text-align: cent

