Skip to content

Commit

Permalink
feat: use yice to replace dt-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Jul 12, 2024
1 parent 0c75a9a commit 1e63674
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const APP_CONF = {
COMPONENT: 'https://dtstack.github.io/dt-react-component/?path=/story/*',
TAIER: 'https://dtstack.github.io/Taier/',
DT_UTILS: 'https://dtstack.github.io/dt-utils/#/',
YI_CE: 'https://github.com/DTStack/yice-performance',
DT_SQL_PARSER: 'https://dtstack.github.io/monaco-sql-languages/',
DORAEMON: 'https://dtstack.github.io/doraemon/docsify/#/',
IMAGE_DOMAIN: 'http://assets.dtstack.com',
Expand Down
17 changes: 12 additions & 5 deletions src/data/doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,19 @@ export const OriginList = [
jump_url: APP_CONF.KO,
},
{
key: 'dt-utils',
imgUrl: `${APP_CONF.IMAGE_DOMAIN}/UEDLanding/Home/dt-utils.png`,
title: 'dt-utils',
subTitle: '袋鼠云实用工具库',
jump_url: APP_CONF.DT_UTILS
key: 'yice-performance',
imgUrl: `${APP_CONF.IMAGE_DOMAIN}/UEDLanding/Home/yice.png`,
title: '易测',
subTitle: '易测性能检测平台',
jump_url: APP_CONF.YI_CE
},
// {
// key: 'dt-utils',
// imgUrl: `${APP_CONF.IMAGE_DOMAIN}/UEDLanding/Home/yice.png`,
// title: 'dt-utils',
// subTitle: '袋鼠云实用工具库',
// jump_url: APP_CONF.DT_UTILS
// },
{
key: 'Doraemon',
imgUrl: `${APP_CONF.IMAGE_DOMAIN}/UEDLanding/Home/doraemon.png`,
Expand Down
8 changes: 7 additions & 1 deletion src/data/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const menu = [
label: 'dt-sql-parser',
jump_url: APP_CONF.DT_SQL_PARSER
},
{
{
key: 'code-review-practices',
name: 'code-review-practices',
label: 'code-review-practices',
Expand Down Expand Up @@ -76,6 +76,12 @@ const menu = [
label: 'dt-utils',
jump_url: APP_CONF.DT_UTILS
},
{
key: 'yice-performance',
name: '易测性能检测平台',
label: '易测性能检测平台',
jump_url: APP_CONF.YI_CE
},
{
key: 'Doraemon',
name: 'Doraemon',
Expand Down

0 comments on commit 1e63674

Please sign in to comment.