feat: 增强工作流侧边栏,支持移动端显示和组件点击事件处理

This commit is contained in:
jxxghp
2025-04-10 21:12:48 +08:00
parent f58d4fcb7e
commit f85ac34753
6 changed files with 512 additions and 107 deletions

View File

@@ -44,7 +44,7 @@ onMounted(() => {
<VCardItem>
<template v-slot:prepend>
<VAvatar>
<VIcon icon="mdi-download-box-outline" size="x-large"></VIcon>
<VIcon icon="mdi-download" size="x-large"></VIcon>
</VAvatar>
</template>
<VCardTitle>添加下载</VCardTitle>

View File

@@ -19,7 +19,7 @@ defineProps({
<VCardItem>
<template v-slot:prepend>
<VAvatar>
<VIcon icon="mdi-star-check" size="x-large"></VIcon>
<VIcon icon="mdi-star-plus" size="x-large"></VIcon>
</VAvatar>
</template>
<VCardTitle>添加订阅</VCardTitle>

View File

@@ -110,7 +110,7 @@ onMounted(() => {
<VCardItem>
<template v-slot:prepend>
<VAvatar>
<VIcon icon="mdi-multimedia" size="x-large"></VIcon>
<VIcon icon="mdi-movie-search" size="x-large"></VIcon>
</VAvatar>
</template>
<VCardTitle>获取媒体数据</VCardTitle>

View File

@@ -20,7 +20,7 @@ defineProps({
<VCardItem>
<template v-slot:prepend>
<VAvatar>
<VIcon icon="mdi-file-move" size="x-large"></VIcon>
<VIcon icon="mdi-folder-search" size="x-large"></VIcon>
</VAvatar>
</template>
<VCardTitle>扫描目录</VCardTitle>