Update TOC & SUMMARY.

This commit is contained in:
feicong 2025-03-22 19:24:40 +08:00
parent 24d631f12e
commit 8a29874d6b
4 changed files with 157 additions and 133 deletions

View File

@ -22,7 +22,7 @@ GitHub 项目地址:[https://github.com/feicong/rom-course](https://github.com
## 目录
见[目录](%E7%9B%AE%E5%BD%95.md)
见[目录](TOC.md)
## 电子版图书

15
SUMMARY.md Normal file
View File

@ -0,0 +1,15 @@
# Summary
- [Chapter 0](./README.md)
- [Chapter 1](./chapter-01/README.md)
- [Chapter 2](./chapter-02/README.md)
- [Chapter 3](./chapter-03/README.md)
- [Chapter 4](./chapter-04/README.md)
- [Chapter 5](./chapter-05/README.md)
- [Chapter 6](./chapter-06/README.md)
- [Chapter 7](./chapter-07/README.md)
- [Chapter 8](./chapter-08/README.md)
- [Chapter 9](./chapter-09/README.md)
- [Chapter 10](./chapter-10/README.md)
- [Chapter 11](./chapter-11/README.md)
- [Chapter 12](./chapter-12/README.md)

View File

9
book.toml Normal file
View File

@ -0,0 +1,9 @@
[book]
authors = ["非虫", "missingkeys"]
language = "zh-CN"
multilingual = false
src = "."
title = "安卓系统定制:从入门到实践"
[output.html]
[output.pdf]