Improvements and Adjustments

This commit is contained in:
2dust
2025-01-12 14:30:49 +08:00
parent 649e89e7af
commit 7a8680711e
5 changed files with 82 additions and 74 deletions

View File

@@ -118,7 +118,7 @@
[Serializable]
public class ConstItem
{
public string SubConvertUrl { get; set; } = string.Empty;
public string? SubConvertUrl { get; set; }
public string? GeoSourceUrl { get; set; }
public string? SrsSourceUrl { get; set; }
public string? RouteRulesTemplateSourceUrl { get; set; }