From a11c9a65b7582995eb3b52144f6ddbec28a51205 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 16 Nov 2023 09:15:01 +0800 Subject: [PATCH 1/3] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/TopDoc.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/layout/components/TopDoc.vue b/core/core-frontend/src/layout/components/TopDoc.vue index c1c0764f2d..6bd2997858 100644 --- a/core/core-frontend/src/layout/components/TopDoc.vue +++ b/core/core-frontend/src/layout/components/TopDoc.vue @@ -2,13 +2,13 @@ import { ref } from 'vue' import { Icon } from '@/components/icon-custom' import TopDocCard from '@/layout/components/TopDocCard.vue' -const helpLink = ref('https://dataease.io/docs/') +const helpLink = ref('https://dataease.io/docs/v2/') const openBlank = () => { window.open(helpLink.value) } const cardInfoList = [ - { name: '帮助文档', url: 'https://dataease.io/docs/index.html', icon: 'top-help-doc' }, + { name: '帮助文档', url: 'https://dataease.io/docs/v2/', icon: 'top-help-doc' }, { name: '产品论坛', url: 'https://bbs.fit2cloud.com/c/de/6', icon: 'top-product-bbs' }, { name: '技术博客', From a4357579d34dba8277e8e96a8f9c7ee46dea3376 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 16 Nov 2023 09:16:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=BB=98=E8=AE=A4=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/component-list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index 78f0ed76ae..6006008678 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -126,7 +126,7 @@ const list = [ x: 1, y: 1, sizeX: 18, - sizeY: 6, + sizeY: 7, propValue: { url: '', flip: { From 40259fbef973c2e2ea3a70278250e47aa7d1d130 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 16 Nov 2023 11:12:56 +0800 Subject: [PATCH 3/3] =?UTF-8?q?refactor:=20=E6=96=87=E6=A1=88=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/component-list.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index 6006008678..fc30c53561 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -178,8 +178,8 @@ const list = [ }, { component: 'DeTabs', - name: 'Tabs', - label: 'Tabs', + name: '选项卡', + label: '选项卡', propValue: [ { name: 'tab',