Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Paper-Dragon committed Sep 21, 2024
1 parent 2f57ad3 commit 3b24055
Show file tree
Hide file tree
Showing 7 changed files with 1,482 additions and 916 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@vue/repl": "^4.4.2",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@waline/client": "^3.3.2",
"chokidar": "^4.0.0",
"dashjs": "^4.7.4",
Expand All @@ -22,11 +22,12 @@
"fs-extra": "^11.2.0",
"hls.js": "^1.5.15",
"mermaid": "^10.9.1",
"vidstack": "^1.12.10",
"vue": "^3.5.6",
"vuepress": "2.0.0-rc.14",
"vuepress-plugin-md-enhance": "2.0.0-rc.51",
"vuepress-plugin-search-pro": "2.0.0-rc.51",
"vuepress-theme-hope": "2.0.0-rc.51"
"sass-embedded": "^1.79.3",
"vidstack": "^1.12.11",
"vue": "^3.5.7",
"vuepress": "2.0.0-rc.15",
"vuepress-plugin-md-enhance": "2.0.0-rc.53",
"vuepress-plugin-search-pro": "2.0.0-rc.53",
"vuepress-theme-hope": "2.0.0-rc.53"
}
}
}
2,353 changes: 1,459 additions & 894 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
}


.vp-hero-info-wrapper {
min-height: 600px;
}
.vp-hero-info-wrapper {
min-height: 600px;
}

.vp-comment {
max-width: var(--content-width, 740px);
margin: 0 auto;
padding: 2rem 2.5rem;
}

@import "./mobaxterm.scss";

Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/styles/mobaxterm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
width: 100%;
height: 400px;
overflow: hidden;
border:dashed red($color: #000000) 3px;
border:dashed red rgb(0, 0, 0) 3px;
border-style: dashed;
border-radius: 40px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/styles/random-password.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
width: 100%;
height: 521px;
overflow: hidden;
border:dashed red($color: #000000) 3px;
border:dashed red rgb(0, 0, 0) 3px;
border-style: dashed;
border-radius: 40px;
}
Expand Down
7 changes: 0 additions & 7 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,12 @@ export default hopeTheme({
codetabs: true,
demo: true,
echarts: true,
figure: true,
// 是否启用流程图支持
flowchart: false,
// 是否支持完整的 GFM 语法。
gfm: false,
imgLazyload: true,
imgSize: true,
include: true,
// 是否通过 KaTeX 启用 TeX 语法支持
katex: false,
mark: true,
// 是否通过 Math Jax 启用 TeX 语法支持
mathjax: false,
// mermaid流程图 https://mermaid.js.org/
mermaid: true,
// 是否启用幻灯片支持。你可以传递选项控制导入的插件和主题
Expand Down
6 changes: 4 additions & 2 deletions src/about/me.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ sidebar: false
> > 入学时间:2018-09 至 2021-07
> > 学校名称:[威海职业学院](https://www.whvc.edu.cn/)
> > 专业:计算机应用技术
> > 学历:大专
> :::
> > 学历:大学专科
>
:::

0 comments on commit 3b24055

Please sign in to comment.