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 050b253 commit b0805b6
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 10 deletions.
15 changes: 12 additions & 3 deletions src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ export const enNavbar = navbar([
"/show/",
"/about/",
{
text: "高木站点导航",
icon: "link",
link: "https://takagi3.cn",
text: "链接",
icon: "sitemap",
children: [
{
text: "高木站点导航",
link: "https://takagi3.cn",
},
{
text: "站长博客",
link: "https://mufeng086.com",
},
]
},
]);
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const enSidebar = sidebar({
],
},
{
text: "关于",
text: "关于/联络",
icon: "info",
prefix: "about/",
link: "about/",
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const zhSidebar = sidebar({
children: "structure",
},
{
text: "关于",
text: "关于/联络",
icon: "info",
prefix: "about/",
children: "structure",
Expand Down
4 changes: 3 additions & 1 deletion src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default hopeTheme({

docsDir: "src",

repo: "https://github.com/MuFeng086/vuepress-takagi-goods",

locales: {
"/": {
// navbar
Expand All @@ -29,7 +31,7 @@ export default hopeTheme({
displayFooter: true,

metaLocales: {
editLink: "Edit this page on GitHub",
editLink: "GitHub 上编辑此页",
},
},

Expand Down
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ bgImageDark: https://pic.mufeng086.com/i/2023/09/16/pcsd85.webp
bgImageStyle:
background-attachment: fixed
heroFullScreen: true
heroText: 高木同学同人谷展示站
tagline: 展示由民间制作的高木同学谷
heroText: 高木同学同人谷展示区
tagline: 展示由民间粉丝制作的同人周边
actions:
- text: 商品展示
link: ./show/
Expand Down
23 changes: 21 additions & 2 deletions src/about/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
---
title: 关于
title: 关于/联络
index: true
---
icon: info
---

本站是为了方便展示高木同学同人周边专门制作的网页。

# 创作者联系方式

::: tabs

@tab 阿巴Abba_

**QQ群:【TKG高木·总部】阿巴Abba_饭堂(424942134)** <a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=CwlaqBXXtKDhJdjAGo4_KYGgrnZWHiN8&jump_from=webapi&authKey=wlqoe84+40PnYyA0j0psPBPv5foebyfvQ9tOFPJVBp/mG6Zjmc6XFh3naA/fptTD"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="【TKG高木·总部】阿巴A" title="【TKG高木·总部】阿巴A"></a>

@tab 轻虹空雨(MuFeng086)

哔哩哔哩:https://space.bilibili.com/321425686
Twitter/X:https://twitter.com/mufeng086
Facebook:Mu Feng (https://www.facebook.com/profile.php?id=100081194990854)

:::

0 comments on commit b0805b6

Please sign in to comment.