Parcourir la source

3.1.9 发版

录制结束后添加保存文件延时
tags/对接微服务前
张剑 il y a 2 ans
Parent
révision
907994ccdb
3 fichiers modifiés avec 1269 ajouts et 1290 suppressions
  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 Voir le fichier

@@ -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
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1
- 1
星火微课/星火微课-正式.iss Voir le fichier

@@ -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\"

Chargement…
Annuler
Enregistrer