Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,27 +1,27 @@
---
title: "Multi-Channel Delivery"
type: concept
tags: []
---
## Definition
多渠道内容投递模式——同一内容根据用户偏好同时或选择性地通过多个平台Discord、Email、Telegram 等)进行投递,提升触达率和用户便利性。
## Common Channels
| 渠道 | 特点 | 适用场景 |
|------|------|----------|
| Discord | 频道制、社区感、支持富文本 | 社区内容推送 |
| Email | 正式、可存档、适合长内容 | Newsletter、报告 |
| Telegram | 即时、话题制、跨设备同步 | 个人助理、私人简报 |
| Slack | 团队协作、频道/话题隔离 | 工作流通知 |
## Design Pattern
```
[内容生成器] → [渠道适配层] → [Discord] / [Email] / [Telegram]
(用户偏好决定投递渠道组合)
```
## Related Concepts
- [[Daily-Digest]] — 投递内容的一种常见形式
- [[Quality-Scoring-Algorithm]] — 投递前的内容筛选
- [[Preference-Learning]] — 根据用户反馈持续优化渠道选择
---
title: "Multi-Channel Delivery"
type: concept
tags: []
---
## Definition
多渠道内容投递模式——同一内容根据用户偏好同时或选择性地通过多个平台Discord、Email、Telegram 等)进行投递,提升触达率和用户便利性。
## Common Channels
| 渠道 | 特点 | 适用场景 |
|------|------|----------|
| Discord | 频道制、社区感、支持富文本 | 社区内容推送 |
| Email | 正式、可存档、适合长内容 | Newsletter、报告 |
| Telegram | 即时、话题制、跨设备同步 | 个人助理、私人简报 |
| Slack | 团队协作、频道/话题隔离 | 工作流通知 |
## Design Pattern
```
[内容生成器] → [渠道适配层] → [Discord] / [Email] / [Telegram]
(用户偏好决定投递渠道组合)
```
## Related Concepts
- [[Daily-Digest]] — 投递内容的一种常见形式
- [[Quality-Scoring-Algorithm]] — 投递前的内容筛选
- [[Preference-Learning]] — 根据用户反馈持续优化渠道选择