将i-lucide都改为lucide本地库
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Code Blocks
|
||||
description: Display inline code and code blocks
|
||||
navigation:
|
||||
icon: i-lucide-code-xml
|
||||
icon: lucide-code-xml
|
||||
---
|
||||
|
||||
## Basic
|
||||
@@ -95,8 +95,8 @@ You can change the icon in your `app.config.ts` through the `ui.icons.copy` and
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
icons: {
|
||||
copy: 'i-lucide-copy',
|
||||
copyCheck: 'i-lucide-copy-check'
|
||||
copy: 'lucide-copy',
|
||||
copyCheck: 'lucide-copy-check'
|
||||
}
|
||||
}
|
||||
})
|
||||
@@ -116,8 +116,8 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
icons: {
|
||||
copy: 'i-lucide-copy',
|
||||
copyCheck: 'i-lucide-copy-check'
|
||||
copy: 'lucide-copy',
|
||||
copyCheck: 'lucide-copy-check'
|
||||
}
|
||||
}
|
||||
})
|
||||
@@ -129,8 +129,8 @@ export default defineAppConfig({
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
icons: {
|
||||
copy: 'i-lucide-copy',
|
||||
copyCheck: 'i-lucide-copy-check'
|
||||
copy: 'lucide-copy',
|
||||
copyCheck: 'lucide-copy-check'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user