Skip to content

Commit

Permalink
feat: 加了一些配置
Browse files Browse the repository at this point in the history
  • Loading branch information
mameikagou committed Sep 16, 2024
1 parent 1c90beb commit 95ea670
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 4 deletions.
39 changes: 39 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,45 @@ export default defineConfig({
collapseDepth: 2,
useFolderLinkFromIndexFile: true,
excludeFolders: ['vue-test'],
// documentRootPath: '/src',
// scanStartPath: null,
// basePath: null,
// resolvePath: null,
// useTitleFromFileHeading: true,
// useTitleFromFrontmatter: true,
// frontmatterTitleFieldName: 'title',
// useFolderTitleFromIndexFile: false,
// useFolderLinkFromIndexFile: false,
// hyphenToSpace: true,
// underscoreToSpace: true,
// capitalizeFirst: false,
// capitalizeEachWords: false,
// collapsed: true,
// collapseDepth: 2,
sortMenusByName: true,
// sortMenusByFrontmatterOrder: false,
// sortMenusByFrontmatterDate: false,
// sortMenusOrderByDescending: false,
// sortMenusOrderNumericallyFromTitle: false,
// sortMenusOrderNumericallyFromLink: false,
// frontmatterOrderDefaultValue: 0,
// manualSortFileNameByPriority: ['first.md', 'second', 'third.md'],
// removePrefixAfterOrdering: false,
// prefixSeparator: '.',
// excludeFiles: ['first.md', 'secret.md'],
// excludeFilesByFrontmatterFieldName: 'exclude',
// excludeFolders: ['secret-folder'],
// includeDotFiles: false,
// includeRootIndexFile: false,
// includeFolderIndexFile: false,
// includeEmptyFolder: false,
// rootGroupText: 'Contents',
// rootGroupLink: 'https://github.com/jooy2',
// rootGroupCollapsed: false,
// convertSameNameSubFileToGroupIndexPage: false,
// folderLinkNotIncludesFileName: false,
// keepMarkdownSyntaxFromTitle: false,
// debugPrint: false,
}),

socialLinks: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vitepress dev",
"build": "autocorrect --fix && vitepress build",
"docs:preview": "vitepress preview"
"preview": "vitepress preview"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 友链/二课客户端/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [SecondClass](https://github.com/thriic/SecondClass)

CUIT 第二课堂安卓客户端
CUIT 第二课堂安卓客户端(deprecated, 已经弃用)

***请尽可能在合理时间内进行报名签到***
***(如只签到进行中的活动)***
Expand Down
2 changes: 1 addition & 1 deletion 学习相关/技术/环境配置/C语言.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ C 语言程序设计是计算机学科的基础课程,它简洁地展示了编

本文从实用角度出发,讲解在常用操作系统上配置 C 语言环境的基本步骤及后续的使用方法。

注意:
注意
1. 本文仅给出了 C 语言环境的配置方法及其相关问题,而不包含 C 语言的具体语法和其使用。

2. 本文提供的环境配置是适应 C 语言教学课程的轻量环境,如果后续有 C/C++ 工程的需要,请进行进阶的配置或直接使用成品 IDE。
Expand Down
2 changes: 1 addition & 1 deletion 实验室/非同凡想游戏开发协会/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

## 我们如何招新

我们的招新群:
我们的招新群
***[750598748](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=VzbQu3XrzJlIvjOFvYe-g7eoqLvc1RoC&authKey=HTNtFxWoZNd5JYq7K4ciRv%2FoJnSWQOiO8AGS%2BlqrUckazxHESFhMpxRPZNftXmn2&noverify=0&group_code=750598748)***

![二维码](image.png)
Expand Down

0 comments on commit 95ea670

Please sign in to comment.