This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -19,7 +19,7 @@ namespace ShrlAlgoToolkit.RevitAddins.RvFamily;
public partial class FamilyProcessorViewModel : ObservableObject
{
[ObservableProperty]
private bool addCategoryPrefix;
private bool addCategoryui:InputAssist.Prefix;
[ObservableProperty]
private bool createCategoryFolder;
@@ -370,7 +370,7 @@ public partial class FamilyProcessorViewModel : ObservableObject
}
}
if (AddCategoryPrefix)
if (AddCategoryui:InputAssist.Prefix)
{
familyFileInfo = $"({categoryInfo}){familyFileInfo}";
}
@@ -422,7 +422,7 @@ public partial class FamilyProcessorViewModel : ObservableObject
[RelayCommand]
private void SelectDirectory()
{
WPFluent.Controls.VistaFolderBrowserDialog dialog = new();
NeoUI.Controls.VistaFolderBrowserDialog dialog = new();
//dialog.Description = "请选择文件路径";
//dialog.SeletcedPath = @"C:\Users\ZGG\Documents";
if (dialog.ShowDialog() == true)