Browse Source

更换点阵授权

master
张剑 1 year ago
parent
commit
d60bb597a9

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

@@ -5,12 +5,12 @@
5 5
   </startup>
6 6
   <appSettings>
7 7
     <!--0正式 1测试-->
8
-    <add key="IsDebug" value="0" />
8
+    <add key="IsDebug" value="1" />
9 9
     <!--参数是否加密 0不加密 1加密-->
10 10
     <add key="IsParameterEncryption" value="0" />
11 11
     <!--版本号-->
12
-    <add key="VersionCode" value="123" />
13
-    <add key="VersionName" value="3.9.6" />
12
+    <add key="VersionCode" value="124" />
13
+    <add key="VersionName" value="3.9.7" />
14 14
     <!--皮肤样式 0白 1蓝 2黑色 -->
15 15
     <add key="SkinStyle" value="0" />
16 16
     <!--是否输出视频记录日志:0否-->

+ 10
- 13
XHWK.WKTool/CreateAMicroLessonWindow.xaml View File

@@ -30,16 +30,10 @@
30 30
                 </Grid.RowDefinitions>
31 31
                 <Grid.ColumnDefinitions>
32 32
                     <ColumnDefinition Width="15*" />
33
-                    <ColumnDefinition Width="481*" />
33
+                    <ColumnDefinition Width="496" />
34 34
                     <ColumnDefinition Width="15*" />
35 35
                 </Grid.ColumnDefinitions>
36
-                <!--<MediaElement Grid.Row="1" Grid.Column="1" Source="/SkinImages/ImgCarousel/CM_Carousel.gif" Width="500" Height="389" HorizontalAlignment="Center" VerticalAlignment="Center">
37
-                -->
38
-                <!--<MediaElement.Effect>
39
-                        <DropShadowEffect Color="#FFD3D3D3" Direction="-50" ShadowDepth="4" Opacity="0.9" />
40
-                    </MediaElement.Effect>-->
41
-                <!--
42
-                </MediaElement >-->
36
+
43 37
                 <Grid
44 38
                     Grid.Row="1"
45 39
                     Grid.Column="1"
@@ -49,10 +43,13 @@
49 43
                         Margin="0"
50 44
                         HorizontalAlignment="Left"
51 45
                         Orientation="Horizontal">
52
-                        <Image x:Name="ImgCarouse1" Source="/SkinImages/ImgCarousel/CM_Carousel_1.png" />
53
-                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_2.png" />
54
-                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_3.png" />
55
-                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_1.png" />
46
+                        <Image
47
+                            x:Name="ImgCarouse1"
48
+                            Source="/SkinImages/ImgCarousel/CM_Carousel_1.png"
49
+                            Stretch="Fill" />
50
+                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_2.png" Stretch="Fill" />
51
+                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_3.png" Stretch="Fill" />
52
+                        <Image Source="/SkinImages/ImgCarousel/CM_Carousel_1.png" Stretch="Fill" />
56 53
                     </StackPanel>
57 54
                 </Grid>
58 55
                 <Grid
@@ -268,4 +265,4 @@
268 265
             <!--  第三行 存放路径  -->
269 266
         </Grid>
270 267
     </Grid>
271
-</Window>
268
+</Window>

+ 0
- 1
XHWK.WKTool/LatticeXML/S0_O000_B0000_P000-255.tmx View File

@@ -1 +0,0 @@
1
-S0,O000,B0000,P000-255,D2023/7/2;CCCR7ZH0O68K0LUF6OOO0IS8S6O642UO

+ 1
- 0
XHWK.WKTool/LatticeXML/S0_O000_B0000_P000-255_20240705.tmx View File

@@ -0,0 +1 @@
1
+S0,O000,B0000,P000-255,D2024/7/5;CCIR7ZSIO68K0LUF6OOO0IS8S6OO42UU

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

@@ -3534,7 +3534,7 @@ namespace XHWK.WKTool
3534 3534
             );
3535 3535
             try
3536 3536
             {
3537
-                _tqlAuthorizationPath = FileToolsCommon.GetFileAbsolutePath("/LatticeXML/S0_O000_B0000_P000-255.tmx");
3537
+                _tqlAuthorizationPath = FileToolsCommon.GetFileAbsolutePath("/LatticeXML/S0_O000_B0000_P000-255_20240705.tmx");
3538 3538
                 StreamReader gsr = new StreamReader(_tqlAuthorizationPath);
3539 3539
                 _gKeyStr = gsr.ReadLine();
3540 3540
                 gsr.Close();

+ 1
- 1
XHWK.WKTool/XHWK.WKTool.csproj View File

@@ -475,7 +475,7 @@
475 475
       <Generator>ResXFileCodeGenerator</Generator>
476 476
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
477 477
     </EmbeddedResource>
478
-    <EmbeddedResource Include="LatticeXML\S0_O000_B0000_P000-255.tmx">
478
+    <EmbeddedResource Include="LatticeXML\S0_O000_B0000_P000-255_20240705.tmx">
479 479
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
480 480
     </EmbeddedResource>
481 481
     <None Include="log4net.config">

+ 1
- 1
XHWK.WKTool/XHWK.WKTool.csproj.user View File

@@ -1,6 +1,6 @@
1 1
 <?xml version="1.0" encoding="utf-8"?>
2 2
 <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3
   <PropertyGroup>
4
-    <ProjectView>ProjectFiles</ProjectView>
4
+    <ProjectView>ShowAllFiles</ProjectView>
5 5
   </PropertyGroup>
6 6
 </Project>

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

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

+ 1
- 1
星火微课/星火微课-测试.iss View File

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

Loading…
Cancel
Save