-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhihuaiwen
committed
Jan 25, 2024
1 parent
c713062
commit 81d65c1
Showing
8 changed files
with
33 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,20 @@ | ||
import { navbar } from "vuepress-theme-hope"; | ||
import {navbar} from "vuepress-theme-hope"; | ||
|
||
export default navbar([ | ||
{ text: "Java", icon: "java", link: "/index" }, | ||
{ text: "数据库", icon: "database", link: "/database/" }, | ||
{ text: "技术书籍", icon: "book", link: "/books/" }, | ||
// { | ||
// text: "程序人生", | ||
// icon: "article", | ||
// link: "/high-quality-technical-articles/", | ||
// }, | ||
// { | ||
// text: "知识星球", | ||
// icon: "planet", | ||
// children: [ | ||
// { | ||
// text: "星球介绍", | ||
// icon: "about", | ||
// link: "/about-the-author/zhishixingqiu-two-years.md", | ||
// }, | ||
// { | ||
// text: "星球专属优质专栏", | ||
// icon: "about", | ||
// link: "/zhuanlan/", | ||
// }, | ||
// { | ||
// text: "星球优质主题汇总", | ||
// icon: "star", | ||
// link: "https://www.yuque.com/Zephery/rpkqw1/ncxpnfmlng08wlf1", | ||
// }, | ||
// ], | ||
// }, | ||
{ | ||
text: "网站相关", | ||
icon: "about", | ||
children: [ | ||
{ text: "关于作者", icon: "zuozhe", link: "/about-the-author/" }, | ||
{ | ||
text: "更新历史", | ||
icon: "history", | ||
link: "/timeline/", | ||
}, | ||
], | ||
}, | ||
{text: "Java", icon: "java", link: "/index"}, | ||
{text: "数据库", icon: "database", link: "/database/"}, | ||
{text: "技术书籍", icon: "book", link: "/books/"}, | ||
{ | ||
text: "网站相关", | ||
icon: "about", | ||
children: [ | ||
{text: "关于作者", icon: "zuozhe", link: "/about-the-author/"}, | ||
{ | ||
text: "更新历史", | ||
icon: "history", | ||
link: "/timeline/", | ||
}, | ||
], | ||
}, | ||
{text: "捐赠", icon: "donate", link: "/donate/"}, | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
google.com, pub-9037099208128116, DIRECT, f08c47fec0942fa0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { arraySidebar } from "vuepress-theme-hope"; | ||
|
||
export const donate = arraySidebar([ | ||
{ | ||
text: "捐赠", | ||
link: "donate", | ||
icon: "donate", | ||
}, | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 捐赠 | ||
|
||
![微信支付](.img/img_1.png) |