增加语言设置

This commit is contained in:
ww-rm
2025-06-14 01:57:39 +08:00
parent b3010360b4
commit 7ec938b415
14 changed files with 265 additions and 137 deletions

View File

@@ -17,6 +17,7 @@ namespace SpineViewer.Models
/// </summary>
public partial class PreferenceModel : ObservableObject
{
#region
[ObservableProperty]
@@ -67,6 +68,13 @@ namespace SpineViewer.Models
#endregion
#region
[ObservableProperty]
private AppLanguage _appLanguage;
#endregion
#region
/// <summary>