File tree Expand file tree Collapse file tree
opentiny-docs/src/views/vue-pro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import tinyAi from '../../../home/public/images/logo-ai-extension.svg'
33import tinyTech from '../../../home/public/images/logo-tech.svg'
44import tinyEngine from '../assets/appIcon/tiny-engine.svg'
55import tinySdks from '../assets/appIcon/next-sdk.svg'
6+ import tinyPro from '../assets/appIcon/tiny-pro.svg'
67import tinyVue from '../assets/appIcon/tiny-vue.svg'
78import tinyRobot from '../assets/appIcon/tiny-robot.svg'
89import sketch from '../../../home/public/images/logo-sketch.svg'
@@ -103,6 +104,13 @@ const menuItems = [
103104 hide : true ,
104105 logo : tinySdks ,
105106 github : 'https://github.com/opentiny/playground'
107+ } ,
108+ {
109+ title : 'TinyPro' ,
110+ desc : '中后台解决方案' ,
111+ href : 'https://opentiny.design/vue-pro/pages' ,
112+ logo : tinyPro ,
113+ github : 'https://github.com/opentiny/tiny-pro'
106114 }
107115 ]
108116 } ,
@@ -133,11 +141,25 @@ const menuItems = [
133141 github : 'https://github.com/opentiny/docs'
134142 } ,
135143 {
136- title : 'Next -SDKs' ,
144+ title : 'NEXT -SDKs' ,
137145 desc : '开发套件' ,
138146 href : 'https://docs.opentiny.design/next-sdk/guide/' ,
139147 logo : tinySdks ,
140148 github : 'https://github.com/opentiny/docs'
149+ } ,
150+ {
151+ title : 'TinyPro' ,
152+ desc : '中后台解决方案' ,
153+ href : 'https://opentiny.design/vue-pro' ,
154+ logo : tinyPro ,
155+ github : 'https://github.com/opentiny/tiny-pro'
156+ } ,
157+ {
158+ title : 'TinyEditor' ,
159+ desc : '富文本编辑器' ,
160+ href : 'https://opentiny.github.io/tiny-editor' ,
161+ logo : tinyRobot ,
162+ github : 'https://github.com/opentiny/tiny-editor'
141163 }
142164 ]
143165 } ,
Original file line number Diff line number Diff line change 77 除此之外,为更好的使用云服务的资源,它集成了[ ` 云服务客户端库 ` ] ( /vue-pro/docs/advanced/library )
88 用于打通华为云和[ ` 云服务插件 ` ] ( /vue-pro/docs/advanced/plugin ) 用于管理和使用您的各类云服务资源。
99 <br />
10+
11+ 你可以通过访问以下演示站点体验 TinyPro:[ https://opentiny.design/vue-pro/pages ] ( https://opentiny.design/vue-pro/pages )
1012
1113 <h2 id =' knowledge ' >背景知识</h2 >
1214
You can’t perform that action at this time.
0 commit comments