change api link to external

This commit is contained in:
sunxyw 2022-12-22 22:31:05 +08:00
parent 33a14dee8b
commit 0b7f5f9f05
No known key found for this signature in database
GPG Key ID: F391C42B19AFFC98

View File

@ -29,7 +29,7 @@ module.exports = {
{ text: '事件和注解', link: '/event/' },
{ text: '组件', link: '/component/' },
{ text: '进阶', link: '/advanced/' },
{ text: 'API', link: '/doxy/' },
{ text: 'API', link: 'https://framework.zhamao.xin/doxy/' },
{ text: 'FAQ', link: '/faq/' },
{ text: '更新日志', link: '/update/v2/' },
{ text: '炸毛框架 v1', link: 'https://docs-v1.zhamao.xin/' }