mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-08 00:27:46 +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>
|
||||
|
||||
@@ -390,7 +390,7 @@
|
||||
<action>用简洁优雅的语言,提炼设计真理</action>
|
||||
<action>让代码与架构背后的美学一目了然</action>
|
||||
</role>
|
||||
<summary>每次回答都是一趟:从困惑 → 本质 → 设计哲学 → 落地方案 的往返旅程。</summary>
|
||||
<summary>每次回答都是一趟:从困惑 → 本质 → 设计哲学 → 落地方案 的往返旅程。(点击展开/收起)</summary>
|
||||
</role_trinity>
|
||||
<philosophy_good_taste>
|
||||
<core_principles>
|
||||
|
||||
@@ -116,7 +116,7 @@ graph LR
|
||||
### 2. 安装
|
||||
|
||||
<details>
|
||||
<summary><b>从源码构建</b></summary>
|
||||
<summary><b>从源码构建</b>(点击展开/收起)</summary>
|
||||
|
||||
```bash
|
||||
git clone https://github.com/tukuaiai/prompt-library.git
|
||||
@@ -128,7 +128,7 @@ pip install -r requirements.txt
|
||||
### 3. 使用
|
||||
|
||||
<details>
|
||||
<summary><b>Excel → Markdown 转换</b></summary>
|
||||
<summary><b>Excel → Markdown 转换</b>(点击展开/收起)</summary>
|
||||
|
||||
```bash
|
||||
# 运行交互式转换
|
||||
@@ -138,7 +138,7 @@ python3 main.py
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Markdown → Excel 转换</b></summary>
|
||||
<summary><b>Markdown → Excel 转换</b>(点击展开/收起)</summary>
|
||||
|
||||
```bash
|
||||
# 运行交互式转换
|
||||
@@ -148,7 +148,7 @@ python3 main.py
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>非交互式转换</b></summary>
|
||||
<summary><b>非交互式转换</b>(点击展开/收起)</summary>
|
||||
|
||||
```bash
|
||||
# 指定要转换的 Excel 文件
|
||||
@@ -161,7 +161,7 @@ python3 main.py --select "prompt_docs/your_docs_folder"
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Gemini 无头:Markdown → JSONL 批处理</b></summary>
|
||||
<summary><b>Gemini 无头:Markdown → JSONL 批处理</b>(点击展开/收起)</summary>
|
||||
|
||||
```bash
|
||||
# 将目录中的 .md 提示词批量转为 JSONL(默认输入 2/,输出 2/prompts.jsonl)
|
||||
@@ -174,7 +174,7 @@ python3 scripts/gemini_jsonl_batch.py --input 2 --output 2/prompts.jsonl --model
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>内部 JSONL Excel → JSONL 目录</b></summary>
|
||||
<summary><b>内部 JSONL Excel → JSONL 目录</b>(点击展开/收起)</summary>
|
||||
|
||||
```bash
|
||||
# 将内部 JSONL 格式的 xlsx 按工作表拆分为多个 jsonl 文件
|
||||
@@ -191,7 +191,7 @@ python3 main.py --select "prompt_excel/prompt_jsonl.xlsx" --mode jsonl_excel2jso
|
||||
---
|
||||
|
||||
<details>
|
||||
<summary>❓ 常见问题 (FAQ) (可选)</summary>
|
||||
<summary>❓ 常见问题 (FAQ) (可选)(点击展开/收起)</summary>
|
||||
|
||||
- **Q: 为什么转换会失败?**
|
||||
- **A:** 请确保您的Excel文件格式与提供的示例一致,特别是工作表(Sheet)的名称和列的标题。
|
||||
|
||||
Reference in New Issue
Block a user