Skip to content

Commit 1e63674

Browse files
committed
feat: use yice to replace dt-utils
1 parent 0c75a9a commit 1e63674

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

src/data/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const APP_CONF = {
44
COMPONENT: 'https://dtstack.github.io/dt-react-component/?path=/story/*',
55
TAIER: 'https://dtstack.github.io/Taier/',
66
DT_UTILS: 'https://dtstack.github.io/dt-utils/#/',
7+
YI_CE: 'https://github.com/DTStack/yice-performance',
78
DT_SQL_PARSER: 'https://dtstack.github.io/monaco-sql-languages/',
89
DORAEMON: 'https://dtstack.github.io/doraemon/docsify/#/',
910
IMAGE_DOMAIN: 'http://assets.dtstack.com',

src/data/doc.ts

+12-5
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,19 @@ export const OriginList = [
7979
jump_url: APP_CONF.KO,
8080
},
8181
{
82-
key: 'dt-utils',
83-
imgUrl: `${APP_CONF.IMAGE_DOMAIN}/UEDLanding/Home/dt-utils.png`,
84-
title: 'dt-utils',
85-
subTitle: '袋鼠云实用工具库',
86-
jump_url: APP_CONF.DT_UTILS
82+
key: 'yice-performance',
83+
imgUrl: `${APP_CONF.IMAGE_DOMAIN}/UEDLanding/Home/yice.png`,
84+
title: '易测',
85+
subTitle: '易测性能检测平台',
86+
jump_url: APP_CONF.YI_CE
8787
},
88+
// {
89+
// key: 'dt-utils',
90+
// imgUrl: `${APP_CONF.IMAGE_DOMAIN}/UEDLanding/Home/yice.png`,
91+
// title: 'dt-utils',
92+
// subTitle: '袋鼠云实用工具库',
93+
// jump_url: APP_CONF.DT_UTILS
94+
// },
8895
{
8996
key: 'Doraemon',
9097
imgUrl: `${APP_CONF.IMAGE_DOMAIN}/UEDLanding/Home/doraemon.png`,

src/data/menu.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const menu = [
4646
label: 'dt-sql-parser',
4747
jump_url: APP_CONF.DT_SQL_PARSER
4848
},
49-
{
49+
{
5050
key: 'code-review-practices',
5151
name: 'code-review-practices',
5252
label: 'code-review-practices',
@@ -76,6 +76,12 @@ const menu = [
7676
label: 'dt-utils',
7777
jump_url: APP_CONF.DT_UTILS
7878
},
79+
{
80+
key: 'yice-performance',
81+
name: '易测性能检测平台',
82+
label: '易测性能检测平台',
83+
jump_url: APP_CONF.YI_CE
84+
},
7985
{
8086
key: 'Doraemon',
8187
name: 'Doraemon',

0 commit comments

Comments
 (0)