소스 검색

其他-注释

liyijie 1 년 전
부모
커밋
13914d3ebe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PDF Office/ViewModels/Dialog/ConverterDialogs/OCRDownloadProgressViewModel.cs

+ 1 - 1
PDF Office/ViewModels/Dialog/ConverterDialogs/OCRDownloadProgressViewModel.cs

@@ -279,7 +279,7 @@ namespace PDF_Master.ViewModels.Dialog.ConverterDialogs
                         {
                             var extractionPath = System.IO.Path.Combine(destinationFolderPath, entry.FullName);
                             string replacement = "OCREngine";
-
+                            //提换文件夹名字保证文件夹统一
                             int slashIndex = entry.FullName.IndexOf('/');
                             if (slashIndex != -1)
                             {