chore: navbar text

This commit is contained in:
KirisameVanilla 2025-09-10 00:06:35 +08:00
parent a1b4ac3eec
commit 5313de4152
No known key found for this signature in database
GPG Key ID: 7FC750F817277AC5
3 changed files with 8 additions and 3 deletions

View File

@ -2,5 +2,10 @@ import { navbar } from "vuepress-theme-hope";
export default navbar([ export default navbar([
"/", "/",
"/courses/", {
text: "课程",
icon: "book",
link: "/courses/",
activeMatch: "^/courses/",
},
]); ]);

View File

@ -4,7 +4,7 @@ export default sidebar({
"/": [ "/": [
"", "",
{ {
text: "华东师范大学课程共享计划", text: "课程",
icon: "book", icon: "book",
prefix: "courses/", prefix: "courses/",
link: "courses/", link: "courses/",

View File

@ -1,7 +1,7 @@
--- ---
home: true home: true
icon: house icon: house
title: 项目主页 title: 主页
# TODO: logo.svg # TODO: logo.svg
heroImage: https://drive.vanillaaaa.org/p/SharedCourses/logo.png?sign=Gt94tCDy5QpjoruGeP58uylLeoDpJtiRT8r5V8nuMZw=:0 heroImage: https://drive.vanillaaaa.org/p/SharedCourses/logo.png?sign=Gt94tCDy5QpjoruGeP58uylLeoDpJtiRT8r5V8nuMZw=:0
bgImage: https://theme-hope-assets.vuejs.press/bg/6-light.svg bgImage: https://theme-hope-assets.vuejs.press/bg/6-light.svg