维护更新

This commit is contained in:
GG Z
2026-02-17 22:17:23 +08:00
parent b3479d1f39
commit 3816edbdb4
72 changed files with 272 additions and 2976 deletions

View File

@@ -99,7 +99,7 @@ namespace ShrlAlgoStudio
protected void OnPropertyChanged(string name) => PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
}
public partial class DrfxFontFixer
public partial class DrfxFontFixerView
{
public ObservableCollection<FullMapping> FullMappings { get; set; } = new ObservableCollection<FullMapping>();
public List<string> SystemFonts { get; set; } = new List<string>();
@@ -107,7 +107,7 @@ namespace ShrlAlgoStudio
private bool isProcessingComplete = false;
private string lastOutputDirectory = "";
public DrfxFontFixer()
public DrfxFontFixerView()
{
InitializeComponent();
this.DataContext = this;