Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧 W #2

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/.vitepress/config.ts → docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from "vitepress";

// https://vitepress.dev/reference/site-config

export default defineConfig({
title: "燃烧吧,英语",
description:
Expand All @@ -26,10 +27,14 @@ export default defineConfig({
{ text: "首页", link: "/" },
{
text: "🥳如何学英语",
link: "/how-to-learn-english",
// link: "/how-to-learn-english",
items: [
{ text: "如何学习英语", link: "/how-to-learn-english" },
{ text: "单词篇", link: "/how-to-learn-vocabulary" },
{ text: "听力篇", link: "/how-to-learn-listening" },
{ text: "语法篇", link: "/how-to-learn-grammar" },
{ text: "口语篇", link: "/how-to-learn-speaking" },
{ text: "学习资源推荐", link: "/learning-resource-recommend" },
],
},
{
Expand Down Expand Up @@ -78,7 +83,7 @@ export default defineConfig({
link: "/how-to-learn-speaking",
},
{
text: "英语学习资源推荐",
text: "学习资源推荐",
link: "/learning-resource-recommend",
},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"vitepress": "1.0.0-beta.7"
"vitepress": "v1.0.0-rc.4"
}
}
65 changes: 10 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading