refactor(模型关系): 重构模型关联关系定义位置,从模型文件移至路由文件

This commit is contained in:
zhang1106
2026-03-12 11:19:56 +08:00
parent 2e87654c98
commit 668ea073e6
17 changed files with 1478 additions and 553 deletions
+11
View File
@@ -110,6 +110,17 @@ export const designTokens = {
date: '#06b6d4',
textarea: '#64748b',
},
slot: {
empty: '#4b5563',
occupied: '#3b82f6',
warning: '#f59e0b',
error: '#ef4444',
},
metal: {
light: '#9ca3af',
medium: '#6b7280',
dark: '#374151',
},
},
shadows: {
small: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',