calendar invite

This commit is contained in:
Yanxin Lu
2026-03-18 13:36:25 -07:00
parent d35e7b1475
commit de6528335c
14 changed files with 778 additions and 30 deletions

View File

@@ -11,14 +11,14 @@
### 第一阶段:每日标题简报(自动)
- 每天早上抓取 RSS 新闻源
- 提取标题、来源、链接
- 发送邮件到 lu@luyx.org
- 发送邮件到 mail@luyx.org
- 发送方youlu@luyanxin.com
- **特殊规则:此邮件无需确认,直接发送**
### 第二阶段:按需深度摘要(手动触发)
- 用户回复邮件或在 Telegram 指定想看的新闻(如"细看 1、3、5"
- 使用本地 Qwen3:4b 模型生成详细摘要
- 回复邮件给 lu@luyx.org
- 回复邮件给 mail@luyx.org
---
@@ -99,7 +99,7 @@
### 邮件发送
- 工具msmtp
- 发件人youlu@luyanxin.com
- 收件人lu@luyx.org
- 收件人:mail@luyx.org
- 格式Markdown 简洁列表
---