Add Fashion
parent
deb4692cd7
commit
4d6aec28fa
|
@ -1,7 +1,15 @@
|
||||||
import { navbar } from "vuepress-theme-hope";
|
import { navbar } from "vuepress-theme-hope";
|
||||||
|
|
||||||
export default navbar([
|
export default navbar([
|
||||||
{ text: "大学指南", icon: "creative", link: "/campus/" },
|
{ text: "大学指南",
|
||||||
|
icon: "creative",
|
||||||
|
link: "/campus/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Fashion",
|
||||||
|
icon: "creative",
|
||||||
|
link: "/fashion"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "贡献指南",
|
text: "贡献指南",
|
||||||
icon: "info",
|
icon: "info",
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
import { sidebar } from "vuepress-theme-hope";
|
import { sidebar } from "vuepress-theme-hope";
|
||||||
|
|
||||||
export default sidebar([
|
export default sidebar({
|
||||||
{
|
"/campus/": "structure",
|
||||||
text: "校园指南",
|
"/fashion/": "structure",
|
||||||
icon: "creative",
|
"/contributor-guide/": "structure"
|
||||||
prefix: "/campus/",
|
});
|
||||||
link: "/campus/",
|
|
||||||
children: "structure",
|
|
||||||
},
|
|
||||||
]);
|
|
||||||
|
|
|
@ -7,10 +7,13 @@ actions:
|
||||||
- text: 大学指南 🏫
|
- text: 大学指南 🏫
|
||||||
link: /campus/
|
link: /campus/
|
||||||
type: primary
|
type: primary
|
||||||
|
- text: Fashion 👕
|
||||||
|
link: /fashion/
|
||||||
|
type: primary
|
||||||
footer: Creative Commons BY-SA 4.0 | Copyright © 2022-present Project Trans
|
footer: Creative Commons BY-SA 4.0 | Copyright © 2022-present Project Trans
|
||||||
---
|
---
|
||||||
|
|
||||||
::: info 本项目虽由 MtF.wiki 团队发起,但将不仅限于 MtF 的 RLE 指导,也欢迎广大 FtM 同胞一起建设本项目。
|
::: info 本项目由 Project Trans 团队发起,包括但不仅限于 MtF 的 RLE 指导,也欢迎广大 FtM 同胞一起建设本项目。
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: info 本项目包括且不仅限于校园指南,后期会包括其他 RLE 指导,处于建设初期其他条目暂未完成,欢迎大家帮助项目完善。
|
::: info 本项目包括且不仅限于校园指南,后期会包括其他 RLE 指导,处于建设初期其他条目暂未完成,欢迎大家帮助项目完善。
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: 校园版块贡献模板
|
title: 校园版块贡献模板
|
||||||
author:
|
author:
|
||||||
- Author Name
|
- Author Name
|
||||||
|
order: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: 校园版块投稿指南
|
title: 校园版块投稿指南
|
||||||
category:
|
category:
|
||||||
- 大学指南
|
- 大学指南
|
||||||
|
order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1. 序言
|
## 1. 序言
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: 其他投稿指南
|
title: 其他投稿指南
|
||||||
|
order: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
由于网站还在建站初期,目前仅有从 MtF.wiki 迁移而来的校园板块内容,其他内容欢迎通过 github issue 进行投稿,暂不设具体投稿细则。
|
由于网站还在建站初期,目前仅有从 MtF.wiki 迁移而来的校园板块内容,其他内容欢迎通过 github issue 进行投稿,暂不设具体投稿细则。
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Fashion
|
||||||
|
icon: creative
|
||||||
|
category:
|
||||||
|
- Fashion
|
||||||
|
index: false
|
||||||
|
---
|
1956
pnpm-lock.yaml
1956
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue