mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
fix docs link target
This commit is contained in:
parent
b3e97febe1
commit
716734d26f
@ -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/' }
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"vuepress-theme-antdocs": "^1.3.5",
|
||||
"vuepress-theme-antdocs": "^1.4.5",
|
||||
"vuepress": "^1.9.7"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user