Skip to content

Commit 4859d3d

Browse files
committed
更新 Readme
1 parent 887f972 commit 4859d3d

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22

33
基于 [ANotify](https://github.com/TommyMerlin/ANotify) 库的通知定时发送系统,支持多种通知渠道的定时和重复发送。提供完整的 Web 管理界面和 RESTful API。
44

5+
- **主界面**
56
![主界面](./assets/main-page.png)
7+
8+
- **日历视图**
69
![日历](./assets/calendar.png)
710

11+
- **日历导出(订阅)**
12+
![日历导出](./assets/calendar_export.png)
13+
14+
- **日历导入(同步)**
15+
![日历导入](./assets/calendar_import.png)
16+
817
## 功能特性
918

1019
-**多渠道支持**: 企业微信、飞书、钉钉、PushPlus、Server酱、Gotify、Ntfy、IYUU、巴法云 等第三方推送支持
@@ -437,6 +446,7 @@ A: 在 `notifier.py` 中添加新的发送方法,并在 `models.py` 中添加
437446
- [x] 日历视图支持点击任务进行编辑
438447
- [x] 移动端响应式适配与触摸优化
439448
- [x] 拖拽调整任务时间(日历视图)
449+
- [x] 日历订阅及同步功能
440450
- [ ] 通知群组/广播,允许将多个渠道打包成一个群组,实现一次任务多渠道分发
441451
- [ ] 失败自动重试
442452
- [ ] 重复任务暂停功能

assets/calendar_export.png

338 KB
Loading

assets/calendar_import.png

371 KB
Loading

0 commit comments

Comments
 (0)