将i-lucide都改为lucide本地库

This commit is contained in:
2025-07-28 13:38:45 +08:00
parent 29a41504d0
commit d30e76c41a
52 changed files with 155 additions and 155 deletions

View File

@@ -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'
}
}
})