refactor: catalog fetch data
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
'/playground/text-to-image': '/playground/text-to-image',
|
||||
'/playground/speech': '/playground/speech'
|
||||
};
|
||||
} as Record<string, string>;
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user