feat(all): 迁移扩展相关功能
This commit is contained in:
@@ -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/',
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user