@@ -9,54 +9,40 @@ import tinyVue from '../assets/appIcon/tiny-vue.svg'
99import tinyRobot from '../assets/appIcon/tiny-robot.svg'
1010
1111export default [
12- {
13- name : '开发文档' ,
14- url : '//docs.opentiny.design/' ,
15- children : [ ] ,
16- isUnderline : ( ) => false
17- } ,
1812 {
1913 name : 'TinyVue' ,
20- url : '/tiny-vue-home ' ,
14+ url : '/tiny-vue' ,
2115 children : [ ] ,
2216 logo : tinyVue ,
2317 github : 'https://github.com/opentiny/tiny-vue' ,
24- isUnderline : ( ) => location . pathname === '/tiny-vue-home '
18+ isUnderline : ( ) => location . pathname === '/tiny-vue'
2519 } ,
2620 {
2721 name : 'TinyRobot' ,
28- url : '/tiny-robot-home ' ,
22+ url : '/tiny-robot' ,
2923 children : [ ] ,
3024 logo : tinyRobot ,
3125 hide : false ,
3226 github : 'https://github.com/opentiny/tiny-robot' ,
33- isUnderline : ( ) => location . pathname === '/tiny-robot-home '
27+ isUnderline : ( ) => location . pathname === '/tiny-robot'
3428 } ,
3529 {
36- name : 'NextSDks ' ,
37- url : '/next-sdks-home ' ,
30+ name : 'NEXT-SDKs ' ,
31+ url : '/next-sdks' ,
3832 children : [ ] ,
3933 logo : tinyRobot ,
4034 hide : false ,
4135 github : 'https://github.com/opentiny/tiny-robot' ,
42- isUnderline : ( ) => location . pathname === '/next-sdks-home '
36+ isUnderline : ( ) => location . pathname === '/next-sdks'
4337 } ,
4438 {
45- name : 'AIExtension ' ,
46- url : '/ai-extension-home ' ,
39+ name : 'AI-Extension ' ,
40+ url : '/ai-extension' ,
4741 children : [ ] ,
4842 logo : tinyRobot ,
4943 hide : false ,
5044 github : 'https://github.com/opentiny/tiny-robot' ,
51- isUnderline : ( ) => location . pathname === '/ai-extension-home'
52- } ,
53- {
54- name : 'TinyEngine' ,
55- url : '/tiny-engine' ,
56- children : [ ] ,
57- logo : tinyEngine ,
58- github : 'https://github.com/opentiny/tiny-engine' ,
59- isUnderline : ( ) => location . pathname . startsWith ( '/tiny-engine' )
45+ isUnderline : ( ) => location . pathname === '/ai-extension'
6046 } ,
6147 {
6248 name : '技术学院' ,
0 commit comments