Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Aug 1, 2024
2 parents ef9ff11 + 249bbc9 commit fddb50b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PanguPlugin from 'markdown-it-pangu';
import { fileURLToPath, URL } from 'node:url';
import VueMacros from 'unplugin-vue-macros/vite';
import { VitePWA } from 'vite-plugin-pwa';
import { withMermaid } from "vitepress-plugin-mermaid-xyxsw";
import { withMermaid } from "vitepress-plugin-mermaid";
import { nav } from './nav.js';
import { chapter2_old, chapter3_old, chapter4_old, chapter5_old, chapter6_old, chapter7_old, chapter8_old, chapter9_old, generateSidebar, main_sidebar, main_sidebar_old } from './sidebar.js';

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/camera-2018/hdu-cs-wiki/compare/v2.1.0...v2.1.1) (2024-07-31)


### Bug Fixes

* **mermaid:** mermaid Hydration failed ([0e2c504](https://github.com/camera-2018/hdu-cs-wiki/commit/0e2c50454b88363d4ccb49803812feed70c37a44))

# [2.1.0](https://github.com/camera-2018/hdu-cs-wiki/compare/v2.0.0...v2.1.0) (2024-07-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
zzm 花费了一年的时间动员了大伙对讲义进行修缮和完备,不得不说这确实不是一个小的工作,不过在2023年3月,在计院领导的支持下,计算机学院科协成立了。我们将在学院的支持下继续完善这个内容,同时也欢迎大伙加入我们,共同参与到讲义的学习与撰写中来!

<div align="center">
<img src="https://hducswiki-1323431205.cos.ap-shanghai.myqcloud.com/qrcode.png"/>
<img src="https://hducswiki-1323431205.cos.ap-shanghai.myqcloud.com/qrcode_1722492033281.jpg"/>
</div>

## 学习原则
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"unplugin-vue-macros": "^2.10.0",
"vite-plugin-pwa": "^0.20.1",
"vitepress": "^1.3.1",
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
"vitepress-plugin-mermaid": "^2.0.16"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion 简介.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:::

<div align="center">
<img src="https://hducswiki-1323431205.cos.ap-shanghai.myqcloud.com/qrcode.png"/>
<img src="https://hducswiki-1323431205.cos.ap-shanghai.myqcloud.com/qrcode_1722492033281.jpg"/>
</div>

欢迎加群与学长交流!我们也可以针对你的喜好为你定制一个方案!
Expand Down

0 comments on commit fddb50b

Please sign in to comment.