From 716734d26f0dd321e17560317846d8bb83d52811 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Sat, 24 Dec 2022 14:39:03 +0800 Subject: [PATCH] fix docs link target --- docs/.vuepress/config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {