From eecf799e1adca03fd7f17183fba97b5ca45a6df2 Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Tue, 26 Jan 2021 16:27:15 +0800 Subject: [PATCH] docs: add coding.net mirror --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 705c75e..4256893 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ 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 + ## 作为 git 子模块使用 参见 [Git 工具 - 子模块](https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E5%AD%90%E6%A8%A1%E5%9D%97)