@@ -79,56 +79,57 @@ const menuItems = [
7979 github : 'https://github.com/opentiny/tiny-robot' ,
8080 isUnderline : createIsUnderline ( `${ basePath } ai-extension` )
8181 } ,
82- {
83- type : 'other' ,
84- name : '演练场' ,
85- url : '' ,
86- children : [
87- {
88- title : 'TinyVue' ,
89- desc : '智能组件库' ,
90- href : 'https://playground.opentiny.design/tiny-vue' ,
91- logo : tinyVue ,
92- github : 'https://github.com/opentiny/playground'
93- } ,
94- {
95- title : 'TinyEngine' ,
96- desc : '智能搭建平台' ,
97- href : 'https://playground.opentiny.design/tiny-engine' ,
98- logo : tinyEngine ,
99- github : 'https://github.com/opentiny/playground'
100- } ,
101- {
102- title : 'TinyRobot' ,
103- desc : '智能助手' ,
104- href : 'https://playground.opentiny.design/tiny-robot' ,
105- logo : tinyRobot ,
106- github : 'https://github.com/opentiny/playground'
107- } ,
108- {
109- title : 'NEXT-SDKs' ,
110- desc : '开发套件' ,
111- href : 'https://playground.opentiny.design/next-sdk' ,
112- hide : true ,
113- logo : tinySdks ,
114- github : 'https://github.com/opentiny/playground'
115- } ,
116- {
117- title : 'GenUI-SDK' ,
118- desc : '生成式UI' ,
119- href : 'https://playground.opentiny.design/genui-sdk' ,
120- logo : GenuiSdk ,
121- github : 'https://github.com/opentiny/playground'
122- } ,
123- {
124- title : 'TinyPro' ,
125- desc : '中后台解决方案' ,
126- href : '/vue-pro/pages' ,
127- logo : tinyPro ,
128- github : 'https://github.com/opentiny/tiny-pro'
129- }
130- ]
131- } ,
82+ // 暂时隐藏起来
83+ // {
84+ // type: 'other',
85+ // name: '演练场',
86+ // url: '',
87+ // children: [
88+ // {
89+ // title: 'TinyVue',
90+ // desc: '智能组件库',
91+ // href: 'https://playground.opentiny.design/tiny-vue',
92+ // logo: tinyVue,
93+ // github: 'https://github.com/opentiny/playground'
94+ // },
95+ // {
96+ // title: 'TinyEngine',
97+ // desc: '智能搭建平台',
98+ // href: 'https://playground.opentiny.design/tiny-engine',
99+ // logo: tinyEngine,
100+ // github: 'https://github.com/opentiny/playground'
101+ // },
102+ // {
103+ // title: 'TinyRobot',
104+ // desc: '智能助手',
105+ // href: 'https://playground.opentiny.design/tiny-robot',
106+ // logo: tinyRobot,
107+ // github: 'https://github.com/opentiny/playground'
108+ // },
109+ // {
110+ // title: 'NEXT-SDKs',
111+ // desc: '开发套件',
112+ // href: 'https://playground.opentiny.design/next-sdk',
113+ // hide: true,
114+ // logo: tinySdks,
115+ // github: 'https://github.com/opentiny/playground'
116+ // },
117+ // {
118+ // title: 'GenUI-SDK',
119+ // desc: '生成式UI',
120+ // href: 'https://playground.opentiny.design/genui-sdk',
121+ // logo: GenuiSdk,
122+ // github: 'https://github.com/opentiny/playground'
123+ // },
124+ // {
125+ // title: 'TinyPro',
126+ // desc: '中后台解决方案',
127+ // href: '/vue-pro/pages',
128+ // logo: tinyPro,
129+ // github: 'https://github.com/opentiny/tiny-pro'
130+ // }
131+ // ]
132+ // },
132133 {
133134 type : 'other' ,
134135 name : '开发文档' ,
0 commit comments