feat: Support multiple application launch scripts

This commit is contained in:
vben
2024-07-31 00:29:15 +08:00
parent fdee2d2239
commit a26630b6e0
18 changed files with 204 additions and 24 deletions

View File

@@ -8,10 +8,10 @@ interface BuiltinThemePreset {
}
const BUILT_IN_THEME_PRESETS: BuiltinThemePreset[] = [
// {
// color: 'hsl(231 98% 65%)',
// type: 'default',
// },
{
color: 'hsl(231 98% 65%)',
type: 'default',
},
{
color: 'hsl(245 82% 67%)',
type: 'violet',