feat: 修改

This commit is contained in:
g17681086218 2025-10-21 15:23:59 +08:00
parent 3916aa0bab
commit dbd470194b
2 changed files with 7 additions and 1 deletions

View File

@ -15,6 +15,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HangFire", "HangFire", "{09
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HangFire.Demo", "HangFire.Demo\HangFire.Demo.csproj", "{9F709FE2-6553-41B5-AFD9-BE512A606A23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphQLDemo.API", "GraphQLDemo.API\GraphQLDemo.API.csproj", "{C23A869D-05F0-CBAD-DFC2-28D37499BEA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -41,6 +43,10 @@ Global
{9F709FE2-6553-41B5-AFD9-BE512A606A23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F709FE2-6553-41B5-AFD9-BE512A606A23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F709FE2-6553-41B5-AFD9-BE512A606A23}.Release|Any CPU.Build.0 = Release|Any CPU
{C23A869D-05F0-CBAD-DFC2-28D37499BEA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C23A869D-05F0-CBAD-DFC2-28D37499BEA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C23A869D-05F0-CBAD-DFC2-28D37499BEA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C23A869D-05F0-CBAD-DFC2-28D37499BEA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -93,7 +93,7 @@ var codeType = "bd09ll";
//Console.WriteLine($"公里: {tiandiData?.Distance / 1000d}km 时间:{tiandiData?.Duration / 60d}m");
string[] tests = { "2025", "202510", "20251013", "2025-10", "2025-10-13", "2025.10", "2025.10.13", "2025/10", "2025/10/13", "2025 10", "2025 10 13" };
string[] tests = { "2025", "202510", "202510", "2025-10", "2025年10月13", "2025-10-13", "2025.1", "2025.10", "2025.10.13", "2025/10", "2025/10/13", "2025 10", "2025 10 13" };
foreach (var input in tests)
{