mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-12 18:38:04 +00:00
docs: add collapse hints to all summaries
This commit is contained in:
@@ -233,25 +233,25 @@ Send [docs/AI_PROMPT.md](docs/AI_PROMPT.md) to your AI assistant for:
|
||||
## ❓ FAQ
|
||||
|
||||
<details>
|
||||
<summary><b>Do I need to configure anything?</b></summary>
|
||||
<summary><b>Do I need to configure anything?</b>(点击展开/收起)</summary>
|
||||
|
||||
No. Auto-detects `~/.codex`, `~/.kiro`, `~/.gemini`, `~/.claude`
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Does it work with WSL?</b></summary>
|
||||
<summary><b>Does it work with WSL?</b>(点击展开/收起)</summary>
|
||||
|
||||
Yes! Paths like `\\wsl.localhost\Ubuntu\...` are supported
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>How do I view the database?</b></summary>
|
||||
<summary><b>How do I view the database?</b>(点击展开/收起)</summary>
|
||||
|
||||
Use [DB Browser for SQLite](https://sqlitebrowser.org/) or any SQLite tool
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Is my data safe?</b></summary>
|
||||
<summary><b>Is my data safe?</b>(点击展开/收起)</summary>
|
||||
|
||||
Yes. We only READ from AI tools, never modify original files
|
||||
</details>
|
||||
|
||||
@@ -226,25 +226,25 @@ erDiagram
|
||||
## ❓ 常见问题
|
||||
|
||||
<details>
|
||||
<summary><b>需要配置什么吗?</b></summary>
|
||||
<summary><b>需要配置什么吗?</b>(点击展开/收起)</summary>
|
||||
|
||||
不用。自动检测 `~/.codex`、`~/.kiro`、`~/.gemini`、`~/.claude`
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>WSL 能用吗?</b></summary>
|
||||
<summary><b>WSL 能用吗?</b>(点击展开/收起)</summary>
|
||||
|
||||
能!`\\wsl.localhost\Ubuntu\...` 这种路径也支持
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>怎么看数据库?</b></summary>
|
||||
<summary><b>怎么看数据库?</b>(点击展开/收起)</summary>
|
||||
|
||||
用 [DB Browser for SQLite](https://sqlitebrowser.org/) 或任何 SQLite 工具
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>会不会搞坏我的数据?</b></summary>
|
||||
<summary><b>会不会搞坏我的数据?</b>(点击展开/收起)</summary>
|
||||
|
||||
不会。只读取,从不修改原始文件
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user