feat: models list

This commit is contained in:
jialin
2024-05-20 09:43:23 +08:00
parent c948110153
commit eeab170970
15 changed files with 328 additions and 56 deletions
+9 -1
View File
@@ -11,6 +11,14 @@ export default defineConfig({
'root-entry-name': 'variable',
cssVar: true,
hashed: false,
components: {
Input: {
inputFontSize: 12
},
Table: {
cellFontSize: 12
}
},
token: {
colorPrimary: '#2fbf85',
borderRadius: 20,
@@ -32,4 +40,4 @@ export default defineConfig({
layout: false,
routes,
npmClient: 'pnpm'
});
}) as any;