第一次提交
This commit is contained in:
25
src/.vuepress/navbar.ts
Normal file
25
src/.vuepress/navbar.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { navbar } from "vuepress-theme-hope";
|
||||
|
||||
export default navbar([
|
||||
"/",
|
||||
{
|
||||
text: "编程",
|
||||
icon: "mdi:code-tags",
|
||||
link: "/programming/",
|
||||
},
|
||||
{
|
||||
text: "工作",
|
||||
icon: "mdi:briefcase",
|
||||
link: "/work/",
|
||||
},
|
||||
{
|
||||
text: "应用",
|
||||
icon: "mdi:application",
|
||||
link: "/apps/",
|
||||
},
|
||||
{
|
||||
text: "工具箱",
|
||||
icon: "mdi:toolbox",
|
||||
link: "/tools/",
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user