Skip to content

Commit 4581764

Browse files
committed
fix:去除特殊标题里的符号
1 parent fbc6d28 commit 4581764

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://www.bilibili.com/video/BV1vb411m7NY
1212
## 1 图片调整路径
1313
docs/.vuepress/public/images 存储网站本身展示所需宣传营销图片。
1414

15-
文章中的绘图不建议存储源文件,请直接使用阿里云 oos 对象存储来存储图片。
15+
文章中的绘图不建议存储源文件,请直接使用阿里云 oos 对象存储来存储图片或者白嫖使用 CSDN 的博客图床
1616

1717
## 2 提交文章
1818

docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
text: '大数据',
9999
items: [
100100
{text: '00-互联网大厂的大数据平台架构', link: '/md/bigdata/大数据平台架构.md'},
101-
{text: '01-数据库的下一站对象存储', link: '/md/bigdata/数据库的下一站对象存储.md'},
101+
{text: '01-数据库的下一站-对象存储', link: '/md/bigdata/数据库的下一站-对象存储.md'},
102102
]
103103
},
104104
{
@@ -284,7 +284,7 @@ module.exports = {
284284
sidebarDepth: 0,
285285
children: [
286286
"大数据平台架构.md",
287-
"数据库的下一站对象存储.md",
287+
"数据库的下一站-对象存储.md",
288288
]
289289
}
290290
],

0 commit comments

Comments
 (0)