File tree 4 files changed +16
-3
lines changed
themes/moderncpp/layout/partials
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- # 赞助
1
+ ---
2
+ title : 资助
3
+ type : about
4
+ order : 1
5
+ ---
6
+
7
+ # 资助
2
8
3
9
如果你认为本书对你起到了帮助,并希望赞助作者,可以通过下面的二维码给予支持:
4
10
5
11
| 微信| 支付宝|
6
12
| :--:| :--:|
7
- | ![ ] ( wechat.jpg ) | ![ ] ( alipay.jpg ) |
13
+ | ![ ] ( ../assets/ wechat.jpg) | ![ ] ( ../assets/ alipay.jpg) |
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ all: clean
2
2
node install.js
3
3
python3 filter.py
4
4
cp ../assets/cover-2nd.png ./src/modern-cpp/assets/cover-2nd.png
5
+ cp ../assets/alipay.jpg ./src/modern-cpp/assets/alipay.jpg
6
+ cp ../assets/wechat.jpg ./src/modern-cpp/assets/wechat.jpg
7
+ cp ../assets/donate.md ./src/modern-cpp/about/
5
8
cp -r ../assets/figures ./src/modern-cpp/assets/figures
6
9
cp -r ../exercises ./src/modern-cpp/book/
7
10
cp -r ../code ./src/modern-cpp/book/
13
16
rm -rf ./src/modern-cpp/assets/cover-2nd.png
14
17
rm -rf ./src/modern-cpp/assets/figures
15
18
rm -rf public db.json src/modern-cpp/book
19
+ rm -rf ./src/modern-cpp/assets/alipay.jpg
20
+ rm -rf ./src/modern-cpp/assets/wechat.jpg
21
+ rm -rf ./src/modern-cpp/about/donate.md
Original file line number Diff line number Diff line change 1
1
---
2
2
title : 版权声明
3
3
type : about
4
- order : 1
4
+ order : 2
5
5
---
6
6
7
7
<a rel =" license " href =" http://creativecommons.org/licenses/by-nc-nd/4.0/ " ><img alt =" 知识共享许可协议 " style =" border-width :0 " src =" https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png " /></a >
Original file line number Diff line number Diff line change 15
15
<a class =" nav-link" >关于</a ><span class =" arrow" ></span >
16
16
<ul class =" nav-dropdown" >
17
17
<li ><ul >
18
+ <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /donate.html " ) %>" >资助</a ></li >
18
19
<li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /copyright.html " ) %>" >版权声明</a ></li >
19
20
</ul ></li >
20
21
</ul >
You can’t perform that action at this time.
0 commit comments