> For the complete documentation index, see [llms.txt](https://blog.jasonzhang.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.jasonzhang.cc/read.md).

# Read

- [符号](https://blog.jasonzhang.cc/read/fu-hao.md)
- [段永平投资问答录](https://blog.jasonzhang.cc/read/dyp-q-and-a.md): 2020/11/05
- [符号的设计](https://blog.jasonzhang.cc/read/dyp-q-and-a/fu-hao-de-she-ji.md)
- [符号形式探寻](https://blog.jasonzhang.cc/read/dyp-q-and-a/fu-hao-xing-shi-tan-xun.md)
- [作为符号的设计（上篇）](https://blog.jasonzhang.cc/read/dyp-q-and-a/zuo-wei-fu-hao-de-she-ji-shang-pian.md)
- [作为符号的设计（下篇）](https://blog.jasonzhang.cc/read/dyp-q-and-a/zuo-wei-fu-hao-de-she-ji-xia-pian.md)
- [符号化设计之符号形式探寻](https://blog.jasonzhang.cc/read/dyp-q-and-a/fu-hao-hua-she-ji-zhi-fu-hao-xing-shi-tan-xun.md)
- [Dark Mode](https://blog.jasonzhang.cc/read/dark-mode.md)
- [Dark Mode的设计要点](https://blog.jasonzhang.cc/read/dark-mode/dark-mode-de-she-ji-yao-dian.md)
- [一篇吃透 Dark Mode ，搞定“暗黑/深色”适配](https://blog.jasonzhang.cc/read/dark-mode/yi-pian-chi-tou-dark-mode-gao-ding-an-hei-shen-se-kuo-pei.md)
- [Apple](https://blog.jasonzhang.cc/read/apple.md)
- [Apple “无缝”设计之历程](https://blog.jasonzhang.cc/read/apple/apple-wu-feng-she-ji-zhi-li-cheng.md)
- [Apple 那些“无关紧要”的设计改进](https://blog.jasonzhang.cc/read/apple/apple-na-xie-wu-guan-jin-yao-de-she-ji-gai-jin.md)
- [HomePod 的设计](https://blog.jasonzhang.cc/read/apple/homepod-de-she-ji.md)
- [解决方案、设计、好设计，Apple UI 设计中的 Tuning](https://blog.jasonzhang.cc/read/apple/jie-jue-fang-an-she-ji-hao-she-ji-apple-ui-she-ji-zhong-de-tuning.md)
- [Apple 的 Logo 设计](https://blog.jasonzhang.cc/read/apple/apple-de-logo-she-ji.md)
- [J 的艺术，R 的艺术](https://blog.jasonzhang.cc/read/apple/j-de-yi-shur-de-yi-shu.md)
- [从圆角到圆角](https://blog.jasonzhang.cc/read/apple/cong-yuan-jiao-dao-yuan-jiao.md)
- [Apple 颜色设计的历程](https://blog.jasonzhang.cc/read/apple/apple-yan-se-she-ji-de-li-cheng.md)
- [欲望、逻辑和习惯](https://blog.jasonzhang.cc/read/apple/yu-wang-luo-ji-he-xi-guan.md)
- [反“建筑学”的 Apple Park 将刺激建筑的发展](https://blog.jasonzhang.cc/read/apple/fan-jian-zhu-xue-de-apple-park-jiang-ci-ji-jian-zhu-de-fa-zhan.md)
- [螺钉，还是胶水？](https://blog.jasonzhang.cc/read/apple/luo-ding-hai-shi-jiao-shui.md)
- [关于苹果设计的书籍和文章推荐](https://blog.jasonzhang.cc/read/apple/guan-yu-ping-guo-she-ji-de-shu-ji-he-wen-zhang-tui-jian.md)
- [正面冲撞习惯](https://blog.jasonzhang.cc/read/apple/zheng-mian-chong-zhuang-xi-guan.md)
- [从 iOS 7 的电话图标到 polyoxybenzyl…](https://blog.jasonzhang.cc/read/apple/cong-ios-7-de-dian-hua-tu-biao-dao-polyoxybenzyl.md)
- [Affordance（可供性）和设计](https://blog.jasonzhang.cc/read/apple/affordance-ke-gong-xing-he-she-ji.md)
- [美的感知力](https://blog.jasonzhang.cc/read/apple/mei-de-gan-zhi-li.md)
- [2010: A Design Odyssey](https://blog.jasonzhang.cc/read/apple/2010-a-design-odyssey.md)
- [iPad,从 niche 到 mass](https://blog.jasonzhang.cc/read/apple/ipad-cong-niche-dao-mass.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://blog.jasonzhang.cc/read.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
