feat(all): 迁移扩展相关功能

This commit is contained in:
plum
2026-04-08 15:34:43 +08:00
parent ad2dd979eb
commit d7c0dba569
278 changed files with 25207 additions and 62 deletions
+5 -5
View File
@@ -7,10 +7,10 @@ export const navbar = defineNavbarConfig([
icon: 'icon-park-outline:guide-board',
link: '/notes/guide/quick-start/介绍.md',
},
{ text: 'SDK', link: '/notes/sdk/README.md', icon: 'carbon:api' },
{ text: 'SDK', link: '/notes/sdk/迁移目标.md', icon: 'carbon:api' },
{ text: '示例', link: 'https://examples.astraljs.com/', icon: 'carbon:carbon-for-ibm-dotcom' },
{ text: '推广中心', link: '/notes/promotion/README.md', icon: 'mdi:star-shooting-outline' },
{ text: '商务合作', link: '/notes/cooperation/README.md', icon: 'carbon:partnership' },
{ text: '推广中心', link: '/notes/promotion/迁移目标.md', icon: 'mdi:star-shooting-outline' },
{ text: '商务合作', link: '/notes/cooperation/迁移目标.md', icon: 'carbon:partnership' },
{
text: '更多',
icon: 'icon-park-outline:more-three',
@@ -22,8 +22,8 @@ export const navbar = defineNavbarConfig([
text: `${version}`,
icon: 'codicon:versions',
items: [
{
text: '更新日志',
{
text: '更新日志',
link: '/notes/update/logs/',
}
],