From 5e5a50615b8c1017338152379fadd5f8003d2433 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 25 Oct 2025 09:24:33 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90antd=E3=80=91=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E9=A1=B9=E7=9B=AE=E7=82=B9=E5=87=BB=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=BF=9B=E8=A1=8C=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/dashboard/workspace/index.vue | 6 +++--- apps/web-ele/src/views/dashboard/workspace/index.vue | 6 +++--- .../src/ui/dashboard/workbench/workbench-project.vue | 7 +++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/apps/web-antd/src/views/dashboard/workspace/index.vue b/apps/web-antd/src/views/dashboard/workspace/index.vue index d5646b5e3..8f6620310 100644 --- a/apps/web-antd/src/views/dashboard/workspace/index.vue +++ b/apps/web-antd/src/views/dashboard/workspace/index.vue @@ -49,12 +49,12 @@ const projectItems: WorkbenchProjectItem[] = [ }, { color: '#ff4d4f', - content: 'github.com/yudaocode/yudao-ui-mall-uniapp', + content: 'github.com/yudaocode/yudao-mall-uniapp', date: '2025-03-04', group: 'Vue3 + uniapp 商城手机端', icon: 'icon-park-outline:mall-bag', - title: 'yudao-ui-mall-uniapp', - url: 'https://github.com/yudaocode/yudao-ui-mall-uniapp', + title: 'yudao-mall-uniapp', + url: 'https://github.com/yudaocode/yudao-mall-uniapp', }, { color: '#1890ff', diff --git a/apps/web-ele/src/views/dashboard/workspace/index.vue b/apps/web-ele/src/views/dashboard/workspace/index.vue index 01a21c6e5..4e15e7d6c 100644 --- a/apps/web-ele/src/views/dashboard/workspace/index.vue +++ b/apps/web-ele/src/views/dashboard/workspace/index.vue @@ -49,12 +49,12 @@ const projectItems: WorkbenchProjectItem[] = [ }, { color: '#ff4d4f', - content: 'github.com/yudaocode/yudao-ui-mall-uniapp', + content: 'github.com/yudaocode/yudao-mall-uniapp', date: '2025-03-04', group: 'Vue3 + uniapp 商城手机端', icon: 'icon-park-outline:mall-bag', - title: 'yudao-ui-mall-uniapp', - url: 'https://github.com/yudaocode/yudao-ui-mall-uniapp', + title: 'yudao-mall-uniapp', + url: 'https://github.com/yudaocode/yudao-mall-uniapp', }, { color: '#1890ff', diff --git a/packages/effects/common-ui/src/ui/dashboard/workbench/workbench-project.vue b/packages/effects/common-ui/src/ui/dashboard/workbench/workbench-project.vue index 590c33428..236b4764d 100644 --- a/packages/effects/common-ui/src/ui/dashboard/workbench/workbench-project.vue +++ b/packages/effects/common-ui/src/ui/dashboard/workbench/workbench-project.vue @@ -41,22 +41,21 @@ defineEmits(['click']); 'rounded-br-xl': index === items.length - 1, }" class="border-border group w-full cursor-pointer border-r border-t p-4 transition-all hover:shadow-xl md:w-1/2 lg:w-1/3" + @click="$emit('click', item)" >
{{ item.title }}
- {{ item.content }} + {{ item.group }}
- {{ item.group }} - {{ item.date }} + {{ item.content }}