diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c03134..a4969f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - + ## [0.0.1-alpha.4](https://github.com/mmdapl/408CSFamily/compare/v0.0.1-alpha.3...v0.0.1-alpha.4) (2023-09-28) @@ -54,3 +54,5 @@ All notable changes to this project will be documented in this file. See [Conven ### Bug Fixes * 修复CI/CD流水线异常 ([edf222f](https://github.com/mmdapl/408CSFamily/commit/edf222f297dbe57782f46fd6d38dd7c92d59e3fe)) + + \ No newline at end of file diff --git a/code/ds/LinkStack.cpp b/code/ds/LinkStack.cpp index b962f17..baf008d 100644 --- a/code/ds/LinkStack.cpp +++ b/code/ds/LinkStack.cpp @@ -44,12 +44,8 @@ bool linkStackPushNode(LinkStack* linkStack,int e){ /* - * @Description: 基于单链表链栈的出栈操作 - * @Version: Beta1.0 - * @Author: 【B站&公众号】Rong姐姐好可爱 - * @Date: 2020-03-04 23:38:04 - * @LastEditors: 【B站&公众号】Rong姐姐好可爱 - * @LastEditTime: 2020-03-04 23:39:16 + * 基于单链表链栈的出栈操作 + * */ bool linkStackPopNode(LinkStack* linkStack,int *e){ // 判断链栈是否存在及是否为空 diff --git a/code/ds/ShellSort.js b/code/ds/ShellSort.js index 236a433..5396b87 100644 --- a/code/ds/ShellSort.js +++ b/code/ds/ShellSort.js @@ -1,5 +1,4 @@ /** - * * 数组的希尔排序 * - 返回已排序的数组,从小到大 * @param {Array} arr 待排序数组 diff --git a/docs/.vuepress/config/theme.config.ts b/docs/.vuepress/config/theme.config.ts index 71902a7..b6a75bf 100644 --- a/docs/.vuepress/config/theme.config.ts +++ b/docs/.vuepress/config/theme.config.ts @@ -41,20 +41,19 @@ export default { logoDark: "/assets/408_logo.png", // 博客配置 - blog: { - name: '凡是过往', - avatar: '', - description: '', - intro: '', - roundAvatar: true, - timeline: "时间轴的顶部文字", - // articleInfo:"", - // sidebarDisplay:"always", - medias: { - "BiliBili": "https://space.bilibili.com/350937042?spm_id_from=333.1007.0.0" - } - }, - + // blog: { + // name: '凡是过往', + // avatar: '', + // description: '', + // intro: '', + // roundAvatar: true, + // timeline: "时间轴的顶部文字", + // // articleInfo:"", + // // sidebarDisplay:"always", + // medias: { + // "BiliBili": "https://space.bilibili.com/350937042?spm_id_from=333.1007.0.0" + // } + // }, // 设置页脚 displayFooter: true, footer: FOOTER_HTML_INFO, diff --git a/package.json b/package.json index 938fc6f..6b561fa 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,8 @@ "vercel": "^32.2.0", "vue": "^3.3.4", "vuepress": "^2.0.0-beta.61", + "vuepress-plugin-components": "2.0.0-beta.237", + "vuepress-plugin-md-enhance": "2.0.0-beta.237", "vuepress-plugin-search-pro": "^2.0.0-beta.185", "vuepress-theme-hope": "^2.0.0-beta.185", "webpack": "^5.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 591b7e6..44923a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,6 +20,8 @@ specifiers: vercel: ^32.2.0 vue: ^3.3.4 vuepress: ^2.0.0-beta.61 + vuepress-plugin-components: 2.0.0-beta.237 + vuepress-plugin-md-enhance: 2.0.0-beta.237 vuepress-plugin-search-pro: ^2.0.0-beta.185 vuepress-theme-hope: ^2.0.0-beta.185 webpack: ^5.0.0 @@ -44,6 +46,8 @@ devDependencies: vercel: 32.3.1 vue: 3.3.4 vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-components: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-md-enhance: 2.0.0-beta.237_vuepress@2.0.0-beta.67 vuepress-plugin-search-pro: 2.0.0-beta.237_vuepress@2.0.0-beta.67 vuepress-theme-hope: 2.0.0-beta.237_vuepress@2.0.0-beta.67 webpack: 5.88.2