chore: navbar text
This commit is contained in:
parent
a1b4ac3eec
commit
5313de4152
|
|
@ -2,5 +2,10 @@ import { navbar } from "vuepress-theme-hope";
|
||||||
|
|
||||||
export default navbar([
|
export default navbar([
|
||||||
"/",
|
"/",
|
||||||
"/courses/",
|
{
|
||||||
|
text: "课程",
|
||||||
|
icon: "book",
|
||||||
|
link: "/courses/",
|
||||||
|
activeMatch: "^/courses/",
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ export default sidebar({
|
||||||
"/": [
|
"/": [
|
||||||
"",
|
"",
|
||||||
{
|
{
|
||||||
text: "华东师范大学课程共享计划",
|
text: "课程",
|
||||||
icon: "book",
|
icon: "book",
|
||||||
prefix: "courses/",
|
prefix: "courses/",
|
||||||
link: "courses/",
|
link: "courses/",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue