Skip to content

Commit b1d2e4a

Browse files
committed
addmoarnotes
1 parent 432dbd5 commit b1d2e4a

File tree

4 files changed

+11
-19
lines changed

4 files changed

+11
-19
lines changed

.github/workflows/generate_release_pdf.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- main
88
paths-ignore:
99
- '.gitignore'
10+
- 'README.md'
11+
- 'examples'
12+
- 'CMakeLists.txt'
13+
- 'misc'
1014

1115
env:
1216
MIRROR_SITE_URL: https://142857.red/files

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212
> [!TIP]
1313
> GitHub Pages 是实时更新的,每当小彭老师推送了新章节,网页都会自动更新哦。
1414
15-
也可以前往 [GitHub Release 页面](https://github.com/parallel101/cppguidebook/releases) 下载 PDF 文件。
15+
> [!NOTE]
16+
> 若 GitHub Pages 无法访问,可以试试看[小彭老师维护的国内镜像](https://142857.red/book)
17+
18+
也可以前往 [GitHub Release 页面](https://github.com/parallel101/cppguidebook/releases) 下载 PDF 文件,方便离线查看。
1619

1720
> [!NOTE]
1821
> 要追番的话,点一下 GitHub 右上角的 `Watch` 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一峰电子邮件,提醒你小彭老师更新了。
1922
2023
如果你在阅读过程中遇到任何问题,可以在 [GitHub Issues](https://github.com/parallel101/cppguidebook/issues) 中提出,小彭老师会尽力解答。
2124

25+
也可以在 [B 站](https://space.bilibili.com/263032155) 发私信给小彭老师哦。
26+
2227
## 你也可以参与编写的开源小册
2328

2429
本书完全开源,Markdown 源文件在 [`docs/`](docs/) 文件夹下。

docs/platform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ C++ 源码 `.cpp` 是写给人类看的!计算机并不认识,计算机只
4848

4949
### MSVC
5050

51-
```cmd
51+
```bash
5252
cl.exe /c main.cpp
5353
```
5454

misc/font_header.html

-17
This file was deleted.

0 commit comments

Comments
 (0)