将i-lucide都改为lucide本地库
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<!-- 箭头(仅文件夹且有子项时显示) -->
|
||||
<Icon
|
||||
v-if="showArrow && item.isFolder && item.children && item.children.length > 0"
|
||||
:name="isExpanded ? 'i-lucide-chevron-down' : 'i-lucide-chevron-right'"
|
||||
:name="isExpanded ? 'lucide-chevron-down' : 'lucide-chevron-right'"
|
||||
class="mr-1 text-gray-400 w-4 h-4 transition-transform"
|
||||
:class="{ 'rotate-90': isExpanded }"
|
||||
/>
|
||||
@@ -23,7 +23,7 @@
|
||||
<!-- 图标 -->
|
||||
<Icon
|
||||
v-if="showIcon"
|
||||
:name="item.icon || 'i-lucide-file'"
|
||||
:name="item.icon || 'lucide-file'"
|
||||
class="mr-2 text-gray-500 w-4 h-4"
|
||||
:class="{
|
||||
'text-green-500': item.icon?.includes('vue'),
|
||||
|
Reference in New Issue
Block a user