多项功能优化

This commit is contained in:
GG Z
2024-12-22 10:26:12 +08:00
parent 77655c9ef5
commit 83b846f15f
66 changed files with 5424 additions and 2927 deletions

View File

@@ -114,7 +114,7 @@ public partial class StandMepCurveViewModel : ObservableObject
return;
}
KeyIntPtrHelper.ActionEsc();
KeyIntPtrHelper.RaiseEscTwice();
}
[RelayCommand(CanExecute = nameof(CanCreate))]