File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ const menuItems = [
5252 isUnderline : createIsUnderline ( '/opentiny-design/tiny-robot' )
5353 } ,
5454 {
55- name : 'Next -SDKs' ,
55+ name : 'NEXT -SDKs' ,
5656 desc : '开发套件' ,
57- url : '/opentiny-design/next-sdks ' ,
57+ url : '/opentiny-design/next-sdk ' ,
5858 logo : tinySdks ,
5959 hide : false ,
6060 github : 'https://github.com/opentiny/next-sdk' ,
6161 children : [ ] ,
62- isUnderline : createIsUnderline ( '/opentiny-design/next-sdks ' )
62+ isUnderline : createIsUnderline ( '/opentiny-design/next-sdk ' )
6363 } ,
6464 {
6565 name : 'AI-Extension' ,
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ export const rootRoutes = [
6363 meta : { title : geneTitle ( '' ) }
6464 } ,
6565 {
66- path : 'next-sdks ' ,
66+ path : 'next-sdk ' ,
6767 component : nextSdksHome ,
68- name : 'next-sdks ' ,
68+ name : 'next-sdk ' ,
6969 meta : { title : geneTitle ( '' ) }
7070 } ,
7171 {
You can’t perform that action at this time.
0 commit comments