Skip to content

Commit

Permalink
框架定型
Browse files Browse the repository at this point in the history
  • Loading branch information
RainBreezeMF committed Sep 16, 2023
1 parent da23584 commit 050b253
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 455 deletions.
22 changes: 13 additions & 9 deletions src/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ export const enSidebar = sidebar({
"/": [
"",
{
text: "Demo",
icon: "laptop-code",
prefix: "demo/",
link: "demo/",
children: "structure",
text: "商品展示",
icon: "box",
prefix: "show/",
link: "show/",
children: [
"abba-1",
"abba-2",
"abba-3",
],
},
{
text: "Docs",
icon: "book",
prefix: "guide/",
text: "关于",
icon: "info",
prefix: "about/",
link: "about/",
children: "structure",
},
"slides",
],
});
15 changes: 7 additions & 8 deletions src/.vuepress/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ export const zhSidebar = sidebar({
"/zh/": [
"",
{
text: "案例",
icon: "laptop-code",
prefix: "demo/",
link: "demo/",
text: "商品展示",
icon: "box",
prefix: "show/",
link: "show/",
children: "structure",
},
{
text: "文档",
icon: "book",
prefix: "guide/",
text: "关于",
icon: "info",
prefix: "about/",
children: "structure",
},
"slides",
],
});
16 changes: 9 additions & 7 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
home: true
icon: home
title: 主页
heroImage: https://pic.mufeng086.com/i/2023/09/16/nc44ft.webp
bgImage: https://pic.mufeng086.com/i/2023/09/16/ndkupg.webp
footer: '
<a href="https://vuepress.vuejs.org/"><img src="https://img.shields.io/badge/VuePress-2.0.0-brightgreen?style=flat&logo=vue.js" alt=\"VuePress"></a> <a href="https://github.com/vuepress-theme-hope/vuepress-theme-hope"><img src="https://img.shields.io/badge/Theme-Hope-3eaf7c?style=flat" alt="Theme"></a> <a href="https://vercel.com/"><img src="https://img.shields.io/badge/Vercel-gray?style=flat&logo=vercel" alt="Vercel"></a><br>
背景图:pixiv@MACHAOS'
bgImage: https://pic.mufeng086.com/i/2023/09/16/pcsns1.webp
bgImageDark: https://pic.mufeng086.com/i/2023/09/16/pcsd85.webp
bgImageStyle:
background-attachment: fixed
heroFullScreen: true
heroText: 高木同学同人谷展示站
tagline: 展示由民间制作的高木同学谷
actions:
- text: 使用指南 💡
link: ./demo/
type: primary
- text: 商品展示
link: ./show/

- text: 文档
link: ./guide/
- text: 关于
link: ./about/

---
1 change: 0 additions & 1 deletion src/about/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: 关于
index: true
icon: info
---
9 changes: 8 additions & 1 deletion src/show/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
title: 商品展示
index: false
icon: box
---
---
# 列表

## 来自 @阿巴Abba_

[【圣诞】系列](/show/abba-1.md)
[【天青月白 · 春】系列](/show/abba-2.md)
[【鸟语蝉鸣 · 夏】系列](/show/abba-3.md)
4 changes: 4 additions & 0 deletions src/show/abba-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ tag:
- 已收官
- 圣诞
---
::: tip 提示
**本页装修中,敬请期待**
:::

::: info 信息
**制作者:阿巴Abba_**
**开展时间:2022.12**
Expand Down
3 changes: 3 additions & 0 deletions src/show/abba-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ tag:
- 已收官
- 春季
---
::: tip 提示
**本页装修中,敬请期待**
:::
::: info 信息
**制作者:阿巴Abba_**
**开展时间:2023.03**
Expand Down
4 changes: 4 additions & 0 deletions src/show/abba-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ tag:
- 已收官
- 夏季
---
::: tip 提示
**本页装修中,敬请期待**
:::

::: info 信息
**制作者:阿巴Abba_**
**开展时间:2023.08**
Expand Down
Loading

0 comments on commit 050b253

Please sign in to comment.