feat: 主题切换 + 浅色模式适配,SFTP/批量命令/Webhook/仪表盘全面升级

This commit is contained in:
liumangmang
2026-06-10 14:33:47 +08:00
parent 507d59d633
commit 4a17f0106e
69 changed files with 3105 additions and 673 deletions
+16
View File
@@ -10,6 +10,22 @@ export default {
colors: {
slate: {
850: '#172033',
},
surface: {
app: 'var(--surface-app)',
panel: 'var(--surface-panel)',
card: 'var(--surface-card)',
muted: 'var(--surface-muted)',
control: 'var(--surface-control)',
},
border: {
main: 'var(--border-main)',
subtle: 'var(--border-subtle)',
},
content: {
main: 'var(--text-main)',
muted: 'var(--text-muted)',
dim: 'var(--text-dim)',
}
}
},