pull/339/head
parent
2759fe4588
commit
8379adbffd
|
@ -8,11 +8,11 @@ const nav: NavConfig = [
|
||||||
link: '/campus/',
|
link: '/campus/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Fashion',
|
text: '时尚护理',
|
||||||
link: '/fashion/',
|
link: '/fashion/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '防护',
|
text: '安全防护',
|
||||||
link: '/personal-safety/',
|
link: '/personal-safety/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,21 +31,21 @@ function generate() {
|
||||||
scanStartPath: 'contributor-guide',
|
scanStartPath: 'contributor-guide',
|
||||||
resolvePath: '/contributor-guide/',
|
resolvePath: '/contributor-guide/',
|
||||||
},
|
},
|
||||||
// Fashion
|
// 时尚护理
|
||||||
{
|
{
|
||||||
...baseConfig,
|
...baseConfig,
|
||||||
documentRootPath: '/docs',
|
documentRootPath: '/docs',
|
||||||
scanStartPath: 'fashion',
|
scanStartPath: 'fashion',
|
||||||
resolvePath: '/fashion/',
|
resolvePath: '/fashion/',
|
||||||
},
|
},
|
||||||
// 防护
|
// 安全防护
|
||||||
{
|
{
|
||||||
...baseConfig,
|
...baseConfig,
|
||||||
documentRootPath: '/docs',
|
documentRootPath: '/docs',
|
||||||
scanStartPath: 'personal-safety',
|
scanStartPath: 'personal-safety',
|
||||||
resolvePath: '/personal-safety/',
|
resolvePath: '/personal-safety/',
|
||||||
},
|
},
|
||||||
// 防护
|
// 其它
|
||||||
{
|
{
|
||||||
...baseConfig,
|
...baseConfig,
|
||||||
documentRootPath: '/docs',
|
documentRootPath: '/docs',
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Fashion
|
title: 时尚护理
|
||||||
icon: creative
|
icon: creative
|
||||||
author:
|
author:
|
||||||
- admins
|
- admins
|
||||||
|
@ -9,7 +9,7 @@ category:
|
||||||
index: false
|
index: false
|
||||||
---
|
---
|
||||||
|
|
||||||
这里是 RLE.wiki 的 Fashion 栏目,收集一些RLE各方面的文章,希望能够帮助到想要阅读这部分资料的伙伴们。这个栏目开放自由投稿,稿件凸显作者个人风格特色,更侧重于每位作者自身对RLE的理解与思考,而非群体全貌或指导性意见。里面的内容不一定适合所有伙伴,希望大家**按需食用**。
|
这里是 RLE.wiki 的 时尚护理 栏目,收集一些RLE各方面的文章,希望能够帮助到想要阅读这部分资料的伙伴们。这个栏目开放自由投稿,稿件凸显作者个人风格特色,更侧重于每位作者自身对RLE的理解与思考,而非群体全貌或指导性意见。里面的内容不一定适合所有伙伴,希望大家**按需食用**。
|
||||||
|
|
||||||
::: tip
|
::: tip
|
||||||
欢迎向本栏目 [投稿](../contributor-guide/other)!
|
欢迎向本栏目 [投稿](../contributor-guide/other)!
|
||||||
|
|
|
@ -11,10 +11,10 @@ hero:
|
||||||
text: 大学指南 🏫
|
text: 大学指南 🏫
|
||||||
link: /campus/
|
link: /campus/
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: Fashion 👕
|
text: 时尚护理 👕
|
||||||
link: /fashion/
|
link: /fashion/
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: 防护 🚨
|
text: 安全防护 🚨
|
||||||
link: /personal-safety/
|
link: /personal-safety/
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: 其它 📚
|
text: 其它 📚
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: 防护
|
title: 安全防护
|
||||||
icon: creative
|
icon: creative
|
||||||
category:
|
category:
|
||||||
- personal-safety
|
- personal-safety
|
||||||
|
|
Loading…
Reference in New Issue