diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0ae98005..42ef5e06 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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/' } diff --git a/package.json b/package.json index 6785a759..993f5fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "vuepress-theme-antdocs": "^1.3.5", + "vuepress-theme-antdocs": "^1.4.5", "vuepress": "^1.9.7" }, "scripts": {