Skip to content

Commit 9b8ce73

Browse files
committed
Merge branch '2.0'
2 parents c067624 + aeea2ba commit 9b8ce73

140 files changed

Lines changed: 17983 additions & 188 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.vuepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { viteBundler } from '@vuepress/bundler-vite'
2-
import { markdownMathPlugin } from '@vuepress/plugin-markdown-math'
2+
// import { markdownMathPlugin } from '@vuepress/plugin-markdown-math'
33
import { defineUserConfig } from 'vuepress'
44
import { plumeTheme } from 'vuepress-theme-plume'
55

@@ -198,10 +198,10 @@ export default defineUserConfig({
198198
comment: {
199199
provider: 'Giscus', // "Artalk" | "Giscus" | "Twikoo" | "Waline"
200200
comment: true,
201-
repo: 'codeyunze/blog',
201+
repo: 'codeyunze/codeyunze.github.io',
202202
repoId: 'R_kgDOMo44_A',
203203
category: 'General',
204-
categoryId: 'DIC_kwDOMo44_M4CiKOl',
204+
categoryId: 'DIC_kwDOMo44_M4CiKOk',
205205
mapping: 'title',
206206
reactionsEnabled: true,
207207
inputPosition: 'top',

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineNavbarConfig } from 'vuepress-theme-plume'
33
export const navbar = defineNavbarConfig([
44
{ text: '首页', link: '/' },
55
{ text: '博客', link: '/blog/' },
6-
{ text: '专题训练', link: '/interview/README.md' },
6+
{ text: '专题训练', link: '/classification/README.md' },
77
{ text: '标签', link: '/blog/tags/' },
88
{ text: '归档', link: '/blog/archives/' },
99
{

docs/.vuepress/notes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const postgraduateNote = defineNoteConfig({
1313
})
1414

1515
const interviewNote = defineNoteConfig({
16-
dir: 'interview',
17-
link: '/interview',
16+
dir: 'classification',
17+
link: '/classification',
1818
sidebar: 'auto'
1919
})
2020

0 commit comments

Comments
 (0)