浏览代码

优化上传修改名字

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,

正在加载...
取消
保存