🎨 重构项目结构:拆分 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

View File

@@ -0,0 +1,34 @@
# 10.3 消息体系
[← 返回主页](../README.md)
---
#### 10.3 消息体系
| 项目标题 | 项目简介 | 项目地址 | 教程 | star | 最近更新 |
| -------- | ---------------------------- | ------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| PushDeer | 多端实时消息推送服务方案 | [点我查看](https://github.com/easychen/pushdeer) | [查看教程](https://zhuanlan.zhihu.com/p/1893041703331533830) | ![Star](https://img.shields.io/github/stars/easychen/pushdeer?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/easychen/pushdeer?label) |
| ntfy | 跨平台消息推送服务,部署简单 | [点我查看](https://github.com/binwiederhier/ntfy) | [查看教程](https://zhuanlan.zhihu.com/p/1893040445153576679) | ![Star](https://img.shields.io/github/stars/binwiederhier/ntfy?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/binwiederhier/ntfy?label) |
| Bark | 基于APNs将消息直达iPhone锁屏 | [点我查看](https://github.com/Finb/Bark) | [查看教程](https://zhuanlan.zhihu.com/p/1890870563641217497) | ![Star](https://img.shields.io/github/stars/Finb/Bark?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/Finb/Bark?label) |
| Gotify | 快速搭建本地实时消息推送平台 | [点我查看](https://github.com/gotify/server) | [查看教程](https://zhuanlan.zhihu.com/p/1890564606608520626) | ![Star](https://img.shields.io/github/stars/gotify/server?&label=) | ![Last Commit](https://img.shields.io/github/last-commit/gotify/server?label) |
## 🤝 如何贡献
1. Fork 本仓库
2. 按格式添加新项目到 `projects.yaml`
3. 提交 Pull Request
4. 通过审核后合并到主分支
**格式要求**
```yaml
- category: "01、AI应用生态"
- subcategory: "AI工具"
- name: "LanguageTool"
- description: "多语言语法校验工具"
- repo: "https://github.com/languagetool-org/languagetool"
- tutorial: "https://zhuanlan.zhihu.com/p/28636492929"
```
## 📜 许可协议
本项目采用 [MIT License](LICENSE),欢迎自由使用和二次开发。