# README

## [Gitbook在线阅读地址](https://mycompany-133.gitbook.io/hu-chen-feng-quan-ji/)

## [Github项目地址](https://github.com/Olcmyk/HuChenFeng)

## 📖 项目简介

本项目旨在为户晨风先生（知名主播/内容创作者）的直播内容提供一份全面、可搜索的文字记录。我整理了从2023年初到2025年底的所有直播，将其转化为文字稿，方便粉丝、研究者和所有感兴趣的朋友回顾、引用和分析。

## 🚀 如何使用

1. **在线浏览**：直接通过 [户晨风全集](https://mycompany-133.gitbook.io/hu-chen-feng-quan-ji/) 在线阅读，享受最佳的阅读体验。
2. **仓库内查找**：在本仓库中，直接进入对应年份和月份的文件夹查找特定日期的文稿。
3. **克隆到本地**：如果你希望在本地进行数据分析或深度研究，可以使用以下命令将整个仓库克隆到你的电脑上：

   ```bash
   git clone https://github.com/Olcmyk/HuChenFeng.git
   ```

## ✨ 项目特色

* **时间跨度广**：收录了 2023 年至 2025 年的完整直播内容。
* **内容可搜索**：所有文字稿均可通过 GitHub 或 GitBook 的搜索功能快速定位关键词。
* **按月归档**：所有文稿均按 `YYYY年MM月` 的结构清晰组织，方便按时间线查阅。
* **持续更新**：会随着新的直播内容不断更新（如果适用）。

## 🤝 贡献与反馈

虽然本项目主要由我个人整理，但依然欢迎任何形式的贡献和反馈。如果你发现文字稿中有任何错别字、时间线错误或内容遗漏，请随时通过以下方式联系我或提出修改：

* **提交 Issue**：在本仓库的 "Issues" 页面提交你的问题或建议。
* **发起 Pull Request**：如果你直接修正了错误，欢迎提交一个 Pull Request。 （由于文本量巨大，在大部分情况下，建议先将仓库克隆到本地然后用脚本进行修改）

## 🙏友情链接：

[语音转文字脚本](https://github.com/Olcmyk/convert-audio-to-text)

[户晨风微博收录](https://github.com/Olcmyk/HuChenfeng_Weibo)


---

# Agent Instructions: 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:

```
GET https://www.huchenfeng.live/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
