docs: 添加1.0 地址

This commit is contained in:
harrywan 2022-05-25 11:02:55 +08:00 committed by GitHub
parent db0cad2232
commit b0af285e12

View File

@ -25,13 +25,13 @@ export const zh: NavbarConfig = [
text: '版本', text: '版本',
children: [ children: [
{ {
text: '3.0', text: 'next(3.0)',
link: link:
'http://fesjs.mumblefe.cn/next', 'https://fesjs.mumblefe.cn/next',
}, },
{ {
text: '1.0', text: '1.0',
link: 'https://webank.gitee.io/fes.js/', link: 'https://fesjs.mumblefe.cn/1.0',
}, },
], ],
}, },