mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-13 18:00:58 +08:00
feat: 关闭博客功能,加入插件依赖,支持md文档拓展
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 -->
|
||||
@@ -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){
|
||||
// 判断链栈是否存在及是否为空
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/**
|
||||
*
|
||||
* 数组的希尔排序
|
||||
* - 返回已排序的数组,从小到大
|
||||
* @param {Array} arr 待排序数组
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user