diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 3466705..ff04557 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -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: [ diff --git a/package.json b/package.json index 32cc747..c614197 100644 --- a/package.json +++ b/package.json @@ -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": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903", "devDependencies": { diff --git "a/\345\217\213\351\223\276/\344\272\214\350\257\276\345\256\242\346\210\267\347\253\257/index.md" "b/\345\217\213\351\223\276/\344\272\214\350\257\276\345\256\242\346\210\267\347\253\257/index.md" index 458584f..04d150a 100644 --- "a/\345\217\213\351\223\276/\344\272\214\350\257\276\345\256\242\346\210\267\347\253\257/index.md" +++ "b/\345\217\213\351\223\276/\344\272\214\350\257\276\345\256\242\346\210\267\347\253\257/index.md" @@ -1,6 +1,6 @@ # [SecondClass](https://github.com/thriic/SecondClass) -CUIT 第二课堂安卓客户端 +CUIT 第二课堂安卓客户端(deprecated, 已经弃用) ***请尽可能在合理时间内进行报名签到*** ***(如只签到进行中的活动)*** diff --git "a/\345\255\246\344\271\240\347\233\270\345\205\263/\346\212\200\346\234\257/\347\216\257\345\242\203\351\205\215\347\275\256/C\350\257\255\350\250\200.md" "b/\345\255\246\344\271\240\347\233\270\345\205\263/\346\212\200\346\234\257/\347\216\257\345\242\203\351\205\215\347\275\256/C\350\257\255\350\250\200.md" index df57729..13cf89d 100644 --- "a/\345\255\246\344\271\240\347\233\270\345\205\263/\346\212\200\346\234\257/\347\216\257\345\242\203\351\205\215\347\275\256/C\350\257\255\350\250\200.md" +++ "b/\345\255\246\344\271\240\347\233\270\345\205\263/\346\212\200\346\234\257/\347\216\257\345\242\203\351\205\215\347\275\256/C\350\257\255\350\250\200.md" @@ -12,7 +12,7 @@ C 语言程序设计是计算机学科的基础课程,它简洁地展示了编 本文从实用角度出发,讲解在常用操作系统上配置 C 语言环境的基本步骤及后续的使用方法。 -注意: +注意: 1. 本文仅给出了 C 语言环境的配置方法及其相关问题,而不包含 C 语言的具体语法和其使用。 2. 本文提供的环境配置是适应 C 语言教学课程的轻量环境,如果后续有 C/C++ 工程的需要,请进行进阶的配置或直接使用成品 IDE。 diff --git "a/\345\256\236\351\252\214\345\256\244/\351\235\236\345\220\214\345\207\241\346\203\263\346\270\270\346\210\217\345\274\200\345\217\221\345\215\217\344\274\232/index.md" "b/\345\256\236\351\252\214\345\256\244/\351\235\236\345\220\214\345\207\241\346\203\263\346\270\270\346\210\217\345\274\200\345\217\221\345\215\217\344\274\232/index.md" index 13d7d5b..2e7b6c1 100644 --- "a/\345\256\236\351\252\214\345\256\244/\351\235\236\345\220\214\345\207\241\346\203\263\346\270\270\346\210\217\345\274\200\345\217\221\345\215\217\344\274\232/index.md" +++ "b/\345\256\236\351\252\214\345\256\244/\351\235\236\345\220\214\345\207\241\346\203\263\346\270\270\346\210\217\345\274\200\345\217\221\345\215\217\344\274\232/index.md" @@ -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)