Skip to content

Commit

Permalink
股票预测
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuaiwen committed Jul 2, 2024
1 parent bf9bb29 commit b88224c
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default navbar([
{text: "大数据", icon: "bigdata", link: "/bigdata/"},
{text: "Kubernetes", icon: "Kubernetes", link: "/kubernetes/"},
{text: "系统设计", icon: "system-design", link: "/system-design/"},
{text: "股票预测", icon: "stock", link: "/stock/"},
{text: "捐赠", icon: "donate", link: "/donate/"},
{
text: "网站相关",
Expand Down
2 changes: 2 additions & 0 deletions docs/.vuepress/sidebar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {life} from "./life.js";
import {link} from "./link.js";
import {systemDesign} from "./system-design";
import {java} from "./java.js";
import {stock} from "./stock.js";

export default sidebar({
// 必须放在最后面
Expand All @@ -33,6 +34,7 @@ export default sidebar({
"/middleware/": middleware,
"/kubernetes/": kubernetes,
"/books/": books,
"/stock/": stock,
"/system-design/": systemDesign,
"/donate/": donate,
"/life/": life,
Expand Down
9 changes: 9 additions & 0 deletions docs/.vuepress/sidebar/stock.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { arraySidebar } from "vuepress-theme-hope";

export const stock = arraySidebar([
{
text: "股票预测",
link: "README",
icon: "README",
},
]);
1 change: 1 addition & 0 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default hopeTheme({
codetabs: true,
figure: true,
gfm: true,
echarts: true,
hint: true,
tasklist: true,
},
Expand Down
Loading

0 comments on commit b88224c

Please sign in to comment.