Commit 39d5102 1 parent 21eab2a commit 39d5102 Copy full SHA for 39d5102
File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ {% set icon = icon2 %}
2
+
1
3
# 小彭老师现代 C++ 大典
2
4
3
5
小彭大典是一本关于现代 C++ 编程的权威指南,它涵盖了从基础知识到高级技巧的内容,适合初学者和有经验的程序员阅读。本书由小彭老师亲自编写,通过简单易懂的语言和丰富的示例,帮助读者快速掌握 C++ 的核心概念,并学会如何运用它们来解决实际问题。
4
6
5
7
> {{ icon.fun }} 敢承诺:土木老哥也能看懂!
6
8
7
- # 前言
9
+ ## 前言
8
10
9
11
推荐用手机或平板** 竖屏** 观看,可以在床或沙发上躺着。
10
12
Original file line number Diff line number Diff line change @@ -6,3 +6,10 @@ def define_env(env):
6
6
warn = '<img src="../img/warning.png" height="30px" width="auto" style="margin: 0; border: none"/>' ,
7
7
detail = '<img src="../img/question.png" height="30px" width="auto" style="margin: 0; border: none"/>' ,
8
8
)
9
+ env .variables .icon2 = dict (
10
+ fun = '<img src="./img/awesomeface.png" height="30px" width="auto" style="margin: 0; border: none"/>' ,
11
+ tip = '<img src="./img/bulb.png" height="30px" width="auto" style="margin: 0; border: none"/>' ,
12
+ story = '<img src="./img/book.png" height="30px" width="auto" style="margin: 0; border: none"/>' ,
13
+ warn = '<img src="./img/warning.png" height="30px" width="auto" style="margin: 0; border: none"/>' ,
14
+ detail = '<img src="./img/question.png" height="30px" width="auto" style="margin: 0; border: none"/>' ,
15
+ )
Original file line number Diff line number Diff line change 1
1
site_name : ✝️小彭大典✝️
2
2
nav :
3
3
- 章节列表 :
4
- - index.md
4
+ - 前言 : index.md
5
5
- helloworld.md
6
6
- platform.md
7
7
- vartypes.md
You can’t perform that action at this time.
0 commit comments