File tree Expand file tree Collapse file tree
themes/moderncpp/layout/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 赞助
1+ ---
2+ title : 资助
3+ type : about
4+ order : 1
5+ ---
6+
7+ # 资助
28
39如果你认为本书对你起到了帮助,并希望赞助作者,可以通过下面的二维码给予支持:
410
511| 微信| 支付宝|
612| :--:| :--:|
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
22 node install.js
33 python3 filter.py
44 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/
58 cp -r ../assets/figures ./src/modern-cpp/assets/figures
69 cp -r ../exercises ./src/modern-cpp/book/
710 cp -r ../code ./src/modern-cpp/book/
1316 rm -rf ./src/modern-cpp/assets/cover-2nd.png
1417 rm -rf ./src/modern-cpp/assets/figures
1518 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 11---
22title : 版权声明
33type : about
4- order : 1
4+ order : 2
55---
66
77<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 1515 <a class =" nav-link" >关于</a ><span class =" arrow" ></span >
1616 <ul class =" nav-dropdown" >
1717 <li ><ul >
18+ <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /donate.html " ) %>" >资助</a ></li >
1819 <li ><a class =" nav-link" href =" <%- url_for(" /modern-cpp /about /copyright.html " ) %>" >版权声明</a ></li >
1920 </ul ></li >
2021 </ul >
You can’t perform that action at this time.
0 commit comments