This commit is contained in:
limeng 2022-01-25 14:44:32 +08:00
parent a1d7669a8d
commit 7d6d9da512
1 changed files with 14 additions and 14 deletions

View File

@ -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,14 +38,6 @@ module.exports = {
modePicker: true, // 默认 truefalse 不显示模式调节按钮true 则显示 modePicker: true, // 默认 truefalse 不显示模式调节按钮true 则显示
nav: [ nav: [
{text: '主页', link: '/', icon: 'reco-home'}, {text: '主页', link: '/', icon: 'reco-home'},
{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: '技术相关', icon: 'reco-api', {text: '技术相关', icon: 'reco-api',
items:[ items:[
{text:'基础 Python', link: '/code/python'}, {text:'基础 Python', link: '/code/python'},
@ -61,12 +53,20 @@ module.exports = {
{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:[