refactor: catalog fetch data

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent 17de9d98f4
commit 2816fedc36
9 changed files with 78 additions and 147 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export default {
'/playground/text-to-image': '/playground/text-to-image',
'/playground/speech': '/playground/speech'
};
} as Record<string, string>;
+3 -2
View File
@@ -2,7 +2,7 @@ import { COLOR_PRIMARY } from './index';
export default {
'root-entry-name': 'variable',
cssVar: true,
// cssVar: true,
hashed: false,
components: {
Input: {
@@ -68,7 +68,8 @@ export default {
// colorBgSpotlight: '#333'
},
Cascader: {
dropdownHeight: 240
dropdownHeight: 240,
optionSelectedFontWeight: 400
},
Slider: {
handleSize: 8,
+3 -2
View File
@@ -2,7 +2,7 @@ import { COLOR_PRIMARY } from './index';
export default {
'root-entry-name': 'variable',
cssVar: true,
// cssVar: true,
hashed: false,
components: {
Input: {
@@ -66,7 +66,8 @@ export default {
colorBgSpotlight: '#3e3e3e'
},
Cascader: {
dropdownHeight: 240
dropdownHeight: 240,
optionSelectedFontWeight: 400
},
Slider: {
handleSize: 8,