🎨 重构项目结构:拆分 README 为多个分类文档

- 将原本单一的 README.md 拆分为 40+ 个分类文档
- 新增简洁的主页 README,提供清晰的导航
- 按照功能分类组织项目内容(AI、开发、数据、多媒体等)
- 每个分类文档独立,便于维护和更新
- 所有文档均添加返回主页链接

This refactor improves:
- 可读性和可维护性
- 导航体验
- 内容组织结构
This commit is contained in:
TWO-ICE
2026-03-01 02:07:04 +00:00
parent 9876ab70a0
commit 68fc09ba91
43 changed files with 1367 additions and 807 deletions

12
docs/media-streaming.md Normal file
View File

@@ -0,0 +1,12 @@
# 4.3 传输协议
[← 返回主页](../README.md)
---
#### 4.3 传输协议
| 项目标题 | 项目简介 | 项目地址 | 教程 | star | 最近更新 |
| -------- | -------------------------- | --------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| MicroBin | 支持加密传输的轻量级工具 | [点我查看](https://github.com/szabodanika/microbin) | [查看教程](https://zhuanlan.zhihu.com/p/1918967775004689566) | ![Star](https://img.shields.io/github/stars/szabodanika/microbin?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/szabodanika/microbin?label) |
| FastSend | 跨平台点对点极速安全传文件 | [点我查看](https://github.com/ShouChenICU/FastSend) | [查看教程](https://zhuanlan.zhihu.com/p/1910079258086323183) | ![Star](https://img.shields.io/github/stars/ShouChenICU/FastSend?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/ShouChenICU/FastSend?label) |