aaa
This commit is contained in:
parent
a1d7669a8d
commit
7d6d9da512
|
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
title: 'AngesZhuの窝窝',
|
title: 'AngesZhuの窝窝',
|
||||||
description: '做一些沉淀、记录和分享',
|
description: '做一些沉淀、记录和分享,留给有需要的人',
|
||||||
// dest: 'public',
|
// dest: 'public',
|
||||||
head: [
|
head: [
|
||||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||||
|
|
@ -38,15 +38,7 @@ module.exports = {
|
||||||
modePicker: true, // 默认 true,false 不显示模式调节按钮,true 则显示
|
modePicker: true, // 默认 true,false 不显示模式调节按钮,true 则显示
|
||||||
nav: [
|
nav: [
|
||||||
{text: '主页', link: '/', icon: 'reco-home'},
|
{text: '主页', link: '/', icon: 'reco-home'},
|
||||||
{text: '测试相关', icon: 'reco-coding',
|
{text: '技术相关', icon: 'reco-api',
|
||||||
items:[
|
|
||||||
{text:'功能测试', link: '/auto/func'},
|
|
||||||
{text:'接口测试', link: '/auto/api'},
|
|
||||||
{text:'App测试', link: '/auto/app'},
|
|
||||||
{text:'Web测试', link: '/auto/web'},
|
|
||||||
{text:'测试开发', link: '/testdev'}
|
|
||||||
]},
|
|
||||||
{text: '技术相关', icon: 'reco-api',
|
|
||||||
items:[
|
items:[
|
||||||
{text:'基础 | Python', link: '/code/python'},
|
{text:'基础 | Python', link: '/code/python'},
|
||||||
{text:'进阶 | Python', link: '/code/highPython'},
|
{text:'进阶 | Python', link: '/code/highPython'},
|
||||||
|
|
@ -60,13 +52,21 @@ module.exports = {
|
||||||
{text:'基础 | Java', link: '/code/java'},
|
{text:'基础 | Java', link: '/code/java'},
|
||||||
{text:'基础 | Kotlin', link: '/code/kotlin'},
|
{text:'基础 | Kotlin', link: '/code/kotlin'},
|
||||||
{text:'基础 | Linux', link: '/code/linux'}
|
{text:'基础 | Linux', link: '/code/linux'}
|
||||||
]},
|
]},
|
||||||
{text: '测试开发', link: '/testdev', icon: 'reco-three'},
|
{text: '测试相关', icon: 'reco-coding',
|
||||||
|
items:[
|
||||||
|
{text:'功能测试', link: '/auto/func'},
|
||||||
|
{text:'接口测试', link: '/auto/api'},
|
||||||
|
{text:'App测试', link: '/auto/app'},
|
||||||
|
{text:'Web测试', link: '/auto/web'},
|
||||||
|
{text:'测试开发', link: '/testdev'}
|
||||||
|
]},
|
||||||
|
// {text: '测试开发', link: '/testdev', icon: 'reco-three'},
|
||||||
{text: '质量相关', icon: 'reco-blog',
|
{text: '质量相关', icon: 'reco-blog',
|
||||||
items:[
|
items:[
|
||||||
{text:'缺陷的生命周期', link: '/quality/bug-flow'},
|
|
||||||
{text:'研发流程与规范', link: '/quality/dev-flow'},
|
{text:'研发流程与规范', link: '/quality/dev-flow'},
|
||||||
{text:'缺陷等级标准', link: '/quality/defect-grade'}
|
{text:'缺陷等级标准', link: '/quality/defect-grade'},
|
||||||
|
{text:'缺陷的生命周期', link: '/quality/bug-flow'},
|
||||||
]},
|
]},
|
||||||
{text: '其他', icon: 'reco-other',
|
{text: '其他', icon: 'reco-other',
|
||||||
items:[
|
items:[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue