将i-lucide都改为lucide本地库
This commit is contained in:
@@ -40,42 +40,42 @@ export default defineNuxtSchema({
|
||||
title: 'Search Bar',
|
||||
description: 'Icon to display in the search bar.',
|
||||
icon: 'i-mdi-magnify',
|
||||
default: 'i-lucide-search'
|
||||
default: 'lucide-search'
|
||||
}),
|
||||
dark: field({
|
||||
type: 'icon',
|
||||
title: 'Dark mode',
|
||||
description: 'Icon of color mode button for dark mode.',
|
||||
icon: 'i-mdi-moon-waning-crescent',
|
||||
default: 'i-lucide-moon'
|
||||
default: 'lucide-moon'
|
||||
}),
|
||||
light: field({
|
||||
type: 'icon',
|
||||
title: 'Light mode',
|
||||
description: 'Icon of color mode button for light mode.',
|
||||
icon: 'i-mdi-white-balance-sunny',
|
||||
default: 'i-lucide-sun'
|
||||
default: 'lucide-sun'
|
||||
}),
|
||||
external: field({
|
||||
type: 'icon',
|
||||
title: 'External Link',
|
||||
description: 'Icon for external link.',
|
||||
icon: 'i-mdi-arrow-top-right',
|
||||
default: 'i-lucide-external-link'
|
||||
default: 'lucide-external-link'
|
||||
}),
|
||||
chevron: field({
|
||||
type: 'icon',
|
||||
title: 'Chevron',
|
||||
description: 'Icon for chevron.',
|
||||
icon: 'i-mdi-chevron-down',
|
||||
default: 'i-lucide-chevron-down'
|
||||
default: 'lucide-chevron-down'
|
||||
}),
|
||||
hash: field({
|
||||
type: 'icon',
|
||||
title: 'Hash',
|
||||
description: 'Icon for hash anchors.',
|
||||
icon: 'i-ph-hash',
|
||||
default: 'i-lucide-hash'
|
||||
default: 'lucide-hash'
|
||||
})
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user