fix docs link target

This commit is contained in:
sunxyw 2022-12-24 14:39:03 +08:00
parent b3e97febe1
commit 716734d26f
No known key found for this signature in database
GPG Key ID: F391C42B19AFFC98
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"vuepress-theme-antdocs": "^1.3.5",
"vuepress-theme-antdocs": "^1.4.5",
"vuepress": "^1.9.7"
},
"scripts": {