Browse Source

更换下载地址和认证地址

tags/3.0.0
张剑 3 years ago
parent
commit
b5ad85123b

+ 4
- 5
XHWK.WKTool/App.config View File

@@ -9,8 +9,8 @@
9 9
     <!--参数是否加密 0不加密 1加密-->
10 10
     <add key="IsParameterEncryption" value="0" />
11 11
     <!--版本号-->
12
-    <add key="VersionCode" value="84" />
13
-    <add key="VersionName" value="2.6.4" />
12
+    <add key="VersionCode" value="86" />
13
+    <add key="VersionName" value="2.6.6" />
14 14
     <!--皮肤样式 0白 1蓝 2黑色 -->
15 15
     <add key="SkinStyle" value="0" />
16 16
     <!--是否输出视频记录日志:0否-->
@@ -38,10 +38,9 @@
38 38
     <!--文件平台请求地址-->
39 39
     <add key="FileRequestAddress" value="http://schoolfile.xhkjedu.com" />
40 40
     <!--展示文件服务器请求地址-->
41
-    <add key="SchoolfileRequestAddress" value="http://schoolfile.xhkjedu.com" />
41
+    <add key="SchoolfileRequestAddress" value="http://schoolstatic.xhkjedu.com" />
42 42
     <!--认证请求地址-->
43
-    <!--<add key="CertapiRequestAddress" value="http://scapitest.xhkjedu.com" />-->
44
-    <add key="CertapiRequestAddress" value="http://certapi.xhkjedu.com" />
43
+    <add key="CertapiRequestAddress" value="http://scapi.xhkjedu.com" />
45 44
     <!--摄像头位置 1.右上 2.左上 3.右下 4.左下-->
46 45
     <add key="CameraPosition" value="1" />
47 46
     <!--上传每片大小 Mb-->

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

@@ -64,12 +64,12 @@ namespace XHWK.WKTool
64 64
         /// <summary>
65 65
         /// 展示文件
66 66
         /// </summary>
67
-        public static string showImageUrl = isDebug ? "http://schoolfiletest.xhkjedu.com/static/" : FileToolsCommon.GetConfigValue("SchoolfileRequestAddress") + "/static/";
67
+        public static string showImageUrl = isDebug ? "http://schoolstatictest.xhkjedu.com/static/" : FileToolsCommon.GetConfigValue("SchoolfileRequestAddress") + "/static/";
68 68
 
69 69
         /// <summary>
70 70
         /// 认证接口地址
71 71
         /// </summary>
72
-        public static string certapiUrl = isDebug ? "http://certapitest.xhkjedu.com" : FileToolsCommon.GetConfigValue("CertapiRequestAddress");
72
+        public static string certapiUrl = isDebug ? "http://scapitest.xhkjedu.com" : FileToolsCommon.GetConfigValue("CertapiRequestAddress");
73 73
 
74 74
         #endregion 接口地址
75 75
 

+ 1
- 1
XHWK.WKTool/AppUpdateWin.xaml View File

@@ -22,7 +22,7 @@
22 22
             BlurRadius="10"
23 23
             Direction="80"
24 24
             ShadowDepth="0"
25
-            Color="#bababa" />
25
+            Color="#eeeeee" />
26 26
     </Window.Effect>
27 27
     <Grid>
28 28
         <Views:ZJClippingBorder

+ 1
- 1
XHWK.WKTool/CreateAMicroLessonWindow.xaml.cs View File

@@ -351,7 +351,7 @@ namespace XHWK.WKTool
351 351
                 Topmost = true,
352 352
                 Owner = this
353 353
             };
354
-            win.ShowDialog();
354
+            win.Show();
355 355
         }
356 356
         private void Window_Loaded(object sender, RoutedEventArgs e)
357 357
         {

+ 1
- 1
打包脚本/Inno Setup星火微课.iss View File

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

Loading…
Cancel
Save