chore: 一些杂乱的更改

This commit is contained in:
denglihong2007
2025-07-26 18:02:55 +08:00
parent 3d33246bf7
commit c51f151c58
22 changed files with 137 additions and 85 deletions

View File

@@ -4,8 +4,8 @@ namespace CRSim.Core.Models
{
public class StyleInfo
{
public required string[] Parameters;
public required string Type;
public required string Region;
public string[] Parameters { get; set; } = [];
public string Type { get; set; } = "";
public string Region { get; set; } = "";
}
}