feat: app功能基本实现

This commit is contained in:
gin
2026-05-26 11:54:24 +08:00
parent 2757a4fb49
commit 2a702fa6a9
218 changed files with 6766 additions and 5961 deletions
+13
View File
@@ -0,0 +1,13 @@
export const themeTokens = {
color: {
primary: '#000',
primaryLight: '#f5f5f5',
danger: '#d20f39',
success: '#40a02b',
warning: '#df8e1d',
info: '#1e66f5',
page: '#fff',
textSecondary: '#737373',
textDisabled: '#a3a3a3'
}
} as const