Ver código fonte

3.1.9 发版

录制结束后添加保存文件延时
tags/对接微服务前
张剑 2 anos atrás
pai
commit
907994ccdb
3 arquivos alterados com 1269 adições e 1290 exclusões
  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 Ver arquivo

@@ -9,8 +9,8 @@
9 9
     <!--参数是否加密 0不加密 1加密-->
10 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 14
     <!--皮肤样式 0白 1蓝 2黑色 -->
15 15
     <add key="SkinStyle" value="0" />
16 16
     <!--是否输出视频记录日志:0否-->

+ 1266
- 1287
XHWK.WKTool/MainWindow.xaml.cs
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 1
- 1
星火微课/星火微课-正式.iss Ver arquivo

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

Carregando…
Cancelar
Salvar