From 31d05f61493bd542d015c5d46a992fdb3a698062 Mon Sep 17 00:00:00 2001 From: xljiulang <366193849@qq.com> Date: Thu, 22 Jul 2021 22:56:18 +0800 Subject: [PATCH] 1.0.7 --- Directory.Build.props | 2 +- FastGithub/README.MD | 9 ++++++++- FastGithub/README.html | 10 ++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index d72ad6d..c6e124d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.0.6 + 1.0.7 enable github加速神器 https://github.com/xljiulang/FastGithub diff --git a/FastGithub/README.MD b/FastGithub/README.MD index 31ce428..bb57d01 100644 --- a/FastGithub/README.MD +++ b/FastGithub/README.MD @@ -26,4 +26,11 @@ github加速神器 需要关闭git的证书验证: ``` git config --global http.sslverify false -``` \ No newline at end of file +``` + +### 配置文件 +#### 主配置文件 +appsettings.json为主配置文件,里面有dns配置和域名的配置示例。 + +#### 子配置文件 +appsettings.*.json为子配置文件,默认有github和stackoverflow的配置,新增子配置文件后需要重启FastGithub才生效。 \ No newline at end of file diff --git a/FastGithub/README.html b/FastGithub/README.html index c4527e3..3e738c9 100644 --- a/FastGithub/README.html +++ b/FastGithub/README.html @@ -55,6 +55,16 @@

+

配置文件

+ +

主配置文件

+ +

appsettings.json为主配置文件,里面有dns配置和域名的配置示例。

+ +

子配置文件

+ +

appsettings.*.json为子配置文件,默认有github和stackoverflow的配置,新增子配置文件后需要重启FastGithub才生效。

+ \ No newline at end of file