将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

@@ -10,13 +10,13 @@ const markdownLink = computed(() => `${window?.location?.origin}/raw${route.path
const items = [
{
label: 'Copy Markdown link',
icon: 'i-lucide-link',
icon: 'lucide-link',
onSelect() {
copy(markdownLink.value)
toast.add({
title: 'Markdown link copied to clipboard',
icon: 'i-lucide-check-circle',
icon: 'lucide-check-circle',
color: 'success',
})
},
@@ -46,7 +46,7 @@ const items = [
<UButtonGroup size="sm">
<UButton
label="Copy page"
:icon="copied ? 'i-lucide-copy-check' : 'i-lucide-copy'"
:icon="copied ? 'lucide-copy-check' : 'lucide-copy'"
color="neutral"
variant="outline"
:ui="{
@@ -68,7 +68,7 @@ const items = [
}"
>
<UButton
icon="i-lucide-chevron-down"
icon="lucide-chevron-down"
color="neutral"
variant="outline"
/>