修改配置文件的错误格式
This commit is contained in:
parent
3c2a4a0dfb
commit
9f3caf3e98
@ -5,7 +5,6 @@ using FastGithub.Scanner;
|
|||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using Microsoft.Extensions.Options;
|
using Microsoft.Extensions.Options;
|
||||||
using System;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
|
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
|
||||||
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
|
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
|
||||||
<Version>1.0.0-beta1</Version>
|
<Version>1.0.0-beta2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
|
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Dns": {
|
"Dns": {
|
||||||
"UpStream": "114.114.114.114",
|
"UpStream": "114.114.114.114",
|
||||||
"GithubTTL": "00.10.00"
|
"GithubTTL": "00:10:00"
|
||||||
},
|
},
|
||||||
"Github": {
|
"Github": {
|
||||||
"ScanAllInterval": "02:00:00", // 完整扫描时间间隔
|
"ScanAllInterval": "02:00:00", // 完整扫描时间间隔
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user