diff --git a/packages/common/src/config/header.ts b/packages/common/src/config/header.ts index acc2536..ea4a1fb 100644 --- a/packages/common/src/config/header.ts +++ b/packages/common/src/config/header.ts @@ -113,6 +113,13 @@ const menuItems = [ logo: tinySdks, github: 'https://github.com/opentiny/playground' }, + { + title: 'GenUI-SDK', + desc: '生成式UI', + href: 'https://playground.opentiny.design/genui-sdk', + logo: GenuiSdk, + github: 'https://github.com/opentiny/playground' + }, { title: 'TinyPro', desc: '中后台解决方案', @@ -155,6 +162,13 @@ const menuItems = [ logo: tinySdks, github: 'https://github.com/opentiny/docs' }, + { + title: 'GenUI-SDK', + desc: '生成式UI', + href: 'https://docs.opentiny.design/genui-sdk/guide/quick-start', + logo: GenuiSdk, + github: 'https://github.com/opentiny/docs' + }, { title: 'TinyPro', desc: '中后台解决方案',