소스 검색

优化上传修改名字

tags/录制修改前
zhangxueyang 4 년 전
부모
커밋
3421bcdd22
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      XHWK.WKTool/App.cs
  2. 2
    1
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

+ 1
- 1
XHWK.WKTool/App.cs 파일 보기

@@ -23,7 +23,7 @@ namespace XHWK.WKTool
23 23
         /// <summary>
24 24
         /// 是否为测试版
25 25
         /// </summary>
26
-        public static bool isDebug = true;
26
+        public static bool isDebug = false;
27 27
         /// <summary>
28 28
         /// 接口地址
29 29
         /// </summary>

+ 2
- 1
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs 파일 보기

@@ -887,7 +887,8 @@ namespace XHWK.WKTool
887 887
                 string desktopPath = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
888 888
                 ofd = new System.Windows.Forms.OpenFileDialog
889 889
                 {
890
-                    Filter = "文档|*.docx;*.doc;*.ppt;*.pptx",
890
+                    //Filter = "文档|*.docx;*.doc;*.ppt;*.pptx",
891
+                    Filter = "文档|*.docx;*.doc;*.pptx",
891 892
                     InitialDirectory = desktopPath,
892 893
                     Multiselect = false,
893 894
                     AddExtension = true,

Loading…
취소
저장