Commit 1e63674 1 parent 0c75a9a commit 1e63674 Copy full SHA for 1e63674
File tree 3 files changed +20
-6
lines changed
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const APP_CONF = {
4
4
COMPONENT : 'https://dtstack.github.io/dt-react-component/?path=/story/*' ,
5
5
TAIER : 'https://dtstack.github.io/Taier/' ,
6
6
DT_UTILS : 'https://dtstack.github.io/dt-utils/#/' ,
7
+ YI_CE : 'https://github.com/DTStack/yice-performance' ,
7
8
DT_SQL_PARSER : 'https://dtstack.github.io/monaco-sql-languages/' ,
8
9
DORAEMON : 'https://dtstack.github.io/doraemon/docsify/#/' ,
9
10
IMAGE_DOMAIN : 'http://assets.dtstack.com' ,
Original file line number Diff line number Diff line change @@ -79,12 +79,19 @@ export const OriginList = [
79
79
jump_url : APP_CONF . KO ,
80
80
} ,
81
81
{
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
87
87
} ,
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
+ // },
88
95
{
89
96
key : 'Doraemon' ,
90
97
imgUrl : `${ APP_CONF . IMAGE_DOMAIN } /UEDLanding/Home/doraemon.png` ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const menu = [
46
46
label : 'dt-sql-parser' ,
47
47
jump_url : APP_CONF . DT_SQL_PARSER
48
48
} ,
49
- {
49
+ {
50
50
key : 'code-review-practices' ,
51
51
name : 'code-review-practices' ,
52
52
label : 'code-review-practices' ,
@@ -76,6 +76,12 @@ const menu = [
76
76
label : 'dt-utils' ,
77
77
jump_url : APP_CONF . DT_UTILS
78
78
} ,
79
+ {
80
+ key : 'yice-performance' ,
81
+ name : '易测性能检测平台' ,
82
+ label : '易测性能检测平台' ,
83
+ jump_url : APP_CONF . YI_CE
84
+ } ,
79
85
{
80
86
key : 'Doraemon' ,
81
87
name : 'Doraemon' ,
You can’t perform that action at this time.
0 commit comments