Skip to content

Commit

Permalink
feat: 关闭博客功能,加入插件依赖,支持md文档拓展
Browse files Browse the repository at this point in the history
  • Loading branch information
chu fan committed Oct 5, 2023
1 parent 4c2c73a commit 9d24d49
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 22 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- #region recent-beta -->
<!-- #region recent-alpha -->

## [0.0.1-alpha.4](https://github.com/mmdapl/408CSFamily/compare/v0.0.1-alpha.3...v0.0.1-alpha.4) (2023-09-28)

Expand Down Expand Up @@ -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))

<!-- #endregion recent-alpha -->
8 changes: 2 additions & 6 deletions code/ds/LinkStack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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){
// 判断链栈是否存在及是否为空
Expand Down
1 change: 0 additions & 1 deletion code/ds/ShellSort.js
Original file line number Diff line number Diff line change
@@ -1,5 1,4 @@
/**
*
* 数组的希尔排序
* - 返回已排序的数组,从小到大
* @param {Array} arr 待排序数组
Expand Down
27 changes: 13 additions & 14 deletions docs/.vuepress/config/theme.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 9d24d49

Please sign in to comment.