From 3575709bfd99309560ae0fa5ba84e71b3fd96d93 Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Fri, 5 Aug 2022 23:09:10 +0800 Subject: [PATCH] docs: mark coding.net no longer available close #163 --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ab8e796..b41acc5 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,23 @@ interface Holidays { ## 通过互联网使用 +提示:任何第三方服务都可能故障或停止服务,如果稳定性要求高请自己搭建静态文件服务。 + 数据地址格式: - https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/{年份}.json - -访问 github 不方便时可使用国内镜像仓库 - - https://natescarlet.coding.net/p/github/d/holiday-cn/git/raw/master/{年份}.json +`https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/{年份}.json` 或使用 JSDelivr: - - https://cdn.jsdelivr.net/gh/NateScarlet/holiday-cn@master/{年份}.json + +`https://cdn.jsdelivr.net/gh/NateScarlet/holiday-cn@master/{年份}.json` + +也可尝试使用 [ghproxy](https://github.com/hunshcn/gh-proxy) 或其他 Github 加速: + +`https://ghproxy.com/https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/{年份}.json` + +~~访问 github 不方便时可使用国内镜像仓库~~ 2022-08-05: coding 现在要求登录才能下载开源仓库的文件。 + +~~`https://natescarlet.coding.net/p/github/d/holiday-cn/git/raw/master/{年份}.json`~~ ## ICalendar 订阅