mirror of
https://github.com/TWO-ICE/Awesome-NAS-Docker.git
synced 2026-03-22 07:07:17 +08:00
🎨 重构项目结构:拆分 README 为多个分类文档
- 将原本单一的 README.md 拆分为 40+ 个分类文档 - 新增简洁的主页 README,提供清晰的导航 - 按照功能分类组织项目内容(AI、开发、数据、多媒体等) - 每个分类文档独立,便于维护和更新 - 所有文档均添加返回主页链接 This refactor improves: - 可读性和可维护性 - 导航体验 - 内容组织结构
This commit is contained in:
34
docs/infrastructure-messaging.md
Normal file
34
docs/infrastructure-messaging.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# 10.3 消息体系
|
||||
|
||||
[← 返回主页](../README.md)
|
||||
|
||||
---
|
||||
|
||||
#### 10.3 消息体系
|
||||
|
||||
| 项目标题 | 项目简介 | 项目地址 | 教程 | star | 最近更新 |
|
||||
| -------- | ---------------------------- | ------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
||||
| PushDeer | 多端实时消息推送服务方案 | [点我查看](https://github.com/easychen/pushdeer) | [查看教程](https://zhuanlan.zhihu.com/p/1893041703331533830) |  |  |
|
||||
| ntfy | 跨平台消息推送服务,部署简单 | [点我查看](https://github.com/binwiederhier/ntfy) | [查看教程](https://zhuanlan.zhihu.com/p/1893040445153576679) |  |  |
|
||||
| Bark | 基于APNs将消息直达iPhone锁屏 | [点我查看](https://github.com/Finb/Bark) | [查看教程](https://zhuanlan.zhihu.com/p/1890870563641217497) |  |  |
|
||||
| Gotify | 快速搭建本地实时消息推送平台 | [点我查看](https://github.com/gotify/server) | [查看教程](https://zhuanlan.zhihu.com/p/1890564606608520626) |  |  |
|
||||
|
||||
## 🤝 如何贡献
|
||||
|
||||
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),欢迎自由使用和二次开发。
|
||||
Reference in New Issue
Block a user