Skip to content

Commit 25312c7

Browse files
committed
updates
1 parent 6184d6e commit 25312c7

20 files changed

+671
-0
lines changed

package-lock.json

Lines changed: 70 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@vuepress/bundler-vite": "2.0.0-rc.23",
15+
"mathjax-full": "^3.2.2",
1516
"sass-embedded": "^1.88.0",
1617
"vue": "^3.5.13",
1718
"vuepress": "2.0.0-rc.23",

src/.vuepress/theme.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default hopeTheme({
6565
figure: true,
6666
gfm: true,
6767
imgLazyload: true,
68+
imgMark: true,
6869
imgSize: true,
6970
include: true,
7071
mark: true,
@@ -88,6 +89,9 @@ export default hopeTheme({
8889
tabs: true,
8990
tasklist: true,
9091
vPre: true,
92+
math: {
93+
type: "mathjax",
94+
},
9195
},
9296

9397
// 在这里配置主题提供的插件

src/LLM/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ icon: book
55
article: false
66
dir:
77
order: 1
8+
footer: 探索AI边界,拥抱智能未来
89
---
910

1011
<Catalog />

src/LLM/test.md renamed to src/LLM/图解BERT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ tag:
66
- 预训练语言模型
77
footer: 探索AI边界,拥抱智能未来
88
date: 2025-05-19
9+
cover: assets/cover/BERT.png
910
---
1011

1112
`图解Bert & Bert文本分类实战`
1213
<!-- more -->
1314

1415
# 图解 Bert
16+
17+
待续...

src/MMLLM/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ icon: laptop-code
55
article: false
66
dir:
77
order: 2
8+
footer: 探索AI边界,拥抱智能未来
89
---
910

1011
<Catalog />

0 commit comments

Comments
 (0)