Browse Source

3.1.9 发版

录制结束后添加保存文件延时
tags/对接微服务前
张剑 2 years ago
parent
commit
907994ccdb
3 changed files with 1269 additions and 1290 deletions
  1. 2
    2
      XHWK.WKTool/App.config
  2. 1266
    1287
      XHWK.WKTool/MainWindow.xaml.cs
  3. 1
    1
      星火微课/星火微课-正式.iss

+ 2
- 2
XHWK.WKTool/App.config View File

9
     <!--参数是否加密 0不加密 1加密-->
9
     <!--参数是否加密 0不加密 1加密-->
10
     <add key="IsParameterEncryption" value="0" />
10
     <add key="IsParameterEncryption" value="0" />
11
     <!--版本号-->
11
     <!--版本号-->
12
-    <add key="VersionCode" value="102" />
13
-    <add key="VersionName" value="3.1.8" />
12
+    <add key="VersionCode" value="103" />
13
+    <add key="VersionName" value="3.1.9" />
14
     <!--皮肤样式 0白 1蓝 2黑色 -->
14
     <!--皮肤样式 0白 1蓝 2黑色 -->
15
     <add key="SkinStyle" value="0" />
15
     <add key="SkinStyle" value="0" />
16
     <!--是否输出视频记录日志:0否-->
16
     <!--是否输出视频记录日志:0否-->

+ 1266
- 1287
XHWK.WKTool/MainWindow.xaml.cs
File diff suppressed because it is too large
View File


+ 1
- 1
星火微课/星火微课-正式.iss View File

3
 
3
 
4
 #define MyAppName "星火微课"  
4
 #define MyAppName "星火微课"  
5
 #define MyAppDir "xhwk"
5
 #define MyAppDir "xhwk"
6
-#define MyAppVersion "3.1.8"
6
+#define MyAppVersion "3.1.9"
7
 #define MyAppPublisher "河南星火燎原软件科技有限公司"
7
 #define MyAppPublisher "河南星火燎原软件科技有限公司"
8
 #define MyAppURL "http://www.xhkjedu.com/"
8
 #define MyAppURL "http://www.xhkjedu.com/"
9
 #define MySourcePath "D:\Project\CSharp\xhwkclient\XHWK.WKTool\bin\x86\Debug\"
9
 #define MySourcePath "D:\Project\CSharp\xhwkclient\XHWK.WKTool\bin\x86\Debug\"

Loading…
Cancel
Save