完善语言文件的生成

This commit is contained in:
yxw
2025-12-14 18:27:21 +08:00
parent 54e9c7962d
commit 9edff983d8
36 changed files with 382 additions and 568 deletions

View File

@@ -35,7 +35,7 @@ namespace Atomx.Common.Entities
/// <summary>
/// 分类图标
/// </summary>
[Column(TypeName = "varchar(255)")]
[Column(TypeName = "varchar(256)")]
public string Icon { get; set; } = string.Empty;
/// <summary>
@@ -47,7 +47,7 @@ namespace Atomx.Common.Entities
/// <summary>
/// 菜单链接的URL
/// </summary>
[Column(TypeName = "varchar(255)")]
[Column(TypeName = "varchar(256)")]
public string Url { get; set; } = string.Empty;
/// <summary>