Skip to content

Commit 67d1550

Browse files
committed
docs: fix link
1 parent 0b05724 commit 67d1550

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
# CnGal Calendar
22

3-
[![Build](https://github.com/Vinfall/CnGalCalendar/actions/workflows/gen.yml/badge.svg)](https://github.com/Vinfall/CnGalCalendar/actions/workflows/gen.yml) [![Test](https://github.com/Vinfall/CnGalCalendar/actions/workflows/test.yml/badge.svg)](https://github.com/Vinfall/CnGalCalendar/actions/workflows/test.yml)
3+
[![Build][build]][build-ci] [![Test][test]][test-ci]
44

55
## 介绍
66

7-
这是一个创建 [CnGal](https://www.cngal.org) 游戏发售日历的小工具,由 GitHub Actions 定期更新。你可以[点击这里](https://github.com/Vinfall/CnGalCalendar/raw/main/output/cngal-calendar.ics)获取订阅地址,并在任意支持 iCalendar 的日历应用中订阅。
7+
这是一个创建 [CnGal][cngal] 游戏发售日历的小工具,由 GitHub Actions 定期更新。你可以[点击这里][release]获取订阅地址,并在任意支持 iCalendar 的日历应用中订阅。
88

99
## 目的
1010

11-
CnGal 没有提供最近发售游戏的 RSS,这是个人使用的替代方案(虽然协议从 RSS 修改为 ICS),同时当作博客文章 [iCalendar (ICS) 的养成方式](https://blog.vinfall.com/posts/2023/12/ics/) 的拓展。
11+
CnGal 没有提供最近发售游戏的 RSS,这是个人使用的替代方案(虽然协议从 RSS 修改为 ICS),同时当作博客文章 [iCalendar (ICS) 的养成方式][ics] 的拓展。
1212

1313
## 待办
1414

1515
- [x] 优化发售日处理,添加估算提示
1616
- [ ] 通过 `/api/entries/GetPublishGamesTimeline``/api/entries/GetPublishGamesByTime` 生成已发售游戏日历(数据结构不一样,需要重构部分代码)
17-
- [ ] 通过 `/api/entries/GetRoleBirthdaysByTime` 生成[角色生日日历](https://www.cngal.org/birthday)
17+
- [ ] 通过 `/api/entries/GetRoleBirthdaysByTime` 生成[角色生日日历][birthday]
1818

1919
## 致谢
2020

21-
- 项目受 [SteamWishlistCalendar](https://github.com/icue/SteamWishlistCalendar) 启发,强烈建议用 SWC 替代 Steam 邮件通知
21+
- 项目受 [SteamWishlistCalendar][swc] 启发,强烈建议用 SWC 替代 Steam 邮件通知
2222
- 感谢 CnGal 官方提供的 API 文档,以及全体贡献者和编辑者
23+
24+
[build]: https://github.com/Vinfall/CnGalCalendar/actions/workflows/gen.yml/badge.svg
25+
[build-ci]: https://github.com/Vinfall/CnGalCalendar/actions/workflows/gen.yml
26+
[test]: https://github.com/Vinfall/CnGalCalendar/actions/workflows/test.yml/badge.svg
27+
[test-ci]: https://github.com/Vinfall/CnGalCalendar/actions/workflows/test.yml
28+
[cngal]: https://www.cngal.org
29+
[release]: https://github.com/Vinfall/CnGalCalendar/releases/download/continuous/cngal-calendar.ics
30+
[ics]: https://blog.vinfall.com/posts/2023/12/ics/
31+
[swc]: https://github.com/icue/SteamWishlistCalendar
32+
[birthday]: https://www.cngal.org/birthday

0 commit comments

Comments
 (0)