Skip to content

Commit eeaac28

Browse files
committed
修改图片资源路径,调整。
设置 github pages 。
1 parent 6647b35 commit eeaac28

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

.vuepress/params.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ const logoPath = '/image/现代C++并发编程教程.png';
33
const repoName = '现代C++并发编程教程';
44
const repoBase = '/ModernCpp-ConcurrentProgramming-Tutorial';
55
const repoUrl = `https://github.com/Mq-b${repoBase}/`;
6+
const sponsor = '/image/赞助.jpg';
7+
const cat = '/image/猫猫虫旋转.jpg'
68

7-
export { repoUrl, repoBase, repoName, logoPath }
9+
export { repoUrl, repoBase, repoName, logoPath, sponsor, cat }
File renamed without changes.

.vuepress/public/image/赞助.jpg

168 KB
Loading

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<div align="center">
3030

31-
![猫猫虫](/猫猫虫旋转.jpg)
31+
![猫猫虫](/image/猫猫虫旋转.jpg)
3232

3333
如果你觉得本仓库对你有所帮助,可以通过支付宝赞助白老师,激励白老师有更多的精力和信心维护本仓库。
3434

image/猫猫虫旋转.jpg

346 KB
Loading

0 commit comments

Comments
 (0)