From 5873c7bf5b5598ef295583e2640f80c0b96007fa Mon Sep 17 00:00:00 2001 From: Tong Wu Date: Tue, 24 Dec 2024 16:19:38 -0800 Subject: [PATCH 1/3] fix: links to appendix entries --- 00/README-ch.md | 6 +++--- README-ch.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/00/README-ch.md b/00/README-ch.md index 31c75f5..2943f9f 100644 --- a/00/README-ch.md +++ b/00/README-ch.md @@ -42,10 +42,10 @@ Fragment shaders(片段着色器)可以让你控制像素在屏幕上的快 此外,基于你有的条件或需求你可以: -* [制作一个离线版的本书](https://thebookofshaders.com/appendix/) +* [制作一个离线版的本书](https://thebookofshaders.com/appendix/00/?lan=ch) -* [用树莓派而不是浏览器来运行书中示例](https://thebookofshaders.com/appendix/) +* [用树莓派而不是浏览器来运行书中示例](https://thebookofshaders.com/appendix/01/?lan=ch) -* [做一个PDF版的书用于打印](https://thebookofshaders.com/appendix/) +* [做一个PDF版的书用于打印](https://thebookofshaders.com/appendix/02/?lan=ch) * 用[github仓库](https://github.com/patriciogonzalezvivo/thebookofshaders)来帮助解决问题和分享代码 diff --git a/README-ch.md b/README-ch.md index 64df50e..dc87018 100644 --- a/README-ch.md +++ b/README-ch.md @@ -60,10 +60,10 @@ * 环境贴图 (spherical and cube) * 折射和反射 -* [附录:](appendix/) 其他阅读本书的方式 - * [如何离线阅读此书?](appendix/?lan=ch) - * [如何在树莓派上运行示例程序?](appendix/?lan=ch) - * [如何打印这本书](appendix/?lan=ch) +* [附录:](appendix/?lan=ch) 其他阅读本书的方式 + * [如何离线阅读此书?](appendix/00/?lan=ch) + * [如何在树莓派上运行示例程序?](appendix/01/?lan=ch) + * [如何打印这本书](appendix/02/?lan=ch) * [example gallery](examples/?lan=ch) From e0e030c61e94512f09ce71ddbfe02b87850e3fd1 Mon Sep 17 00:00:00 2001 From: Tong Wu Date: Tue, 24 Dec 2024 16:20:01 -0800 Subject: [PATCH 2/3] chore: add missing appendix entries in ToC --- README-ch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-ch.md b/README-ch.md index dc87018..e2d9c3e 100644 --- a/README-ch.md +++ b/README-ch.md @@ -64,6 +64,8 @@ * [如何离线阅读此书?](appendix/00/?lan=ch) * [如何在树莓派上运行示例程序?](appendix/01/?lan=ch) * [如何打印这本书](appendix/02/?lan=ch) + * [我怎样共创这本书](appendix/03/?lan=ch) + * [给那些从JS语言过来的人的介绍](appendix/04/?lan=ch) by [Nicolas Barradeau](http://www.barradeau.com/) * [example gallery](examples/?lan=ch) From 7f2c67c04e6329190bc6cb16a0b28095d9d5405a Mon Sep 17 00:00:00 2001 From: Tong Wu Date: Tue, 24 Dec 2024 16:21:01 -0800 Subject: [PATCH 3/3] fix: use correct ch translation --- 00/README-ch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00/README-ch.md b/00/README-ch.md index 2943f9f..b8e28e9 100644 --- a/00/README-ch.md +++ b/00/README-ch.md @@ -44,7 +44,7 @@ Fragment shaders(片段着色器)可以让你控制像素在屏幕上的快 * [制作一个离线版的本书](https://thebookofshaders.com/appendix/00/?lan=ch) -* [用树莓派而不是浏览器来运行书中示例](https://thebookofshaders.com/appendix/01/?lan=ch) +* [用不带浏览器的树莓派来运行书中示例](https://thebookofshaders.com/appendix/01/?lan=ch) * [做一个PDF版的书用于打印](https://thebookofshaders.com/appendix/02/?lan=ch)