From 7bfe14c211f3bbb4fa916537955e33974ca529d6 Mon Sep 17 00:00:00 2001 From: Demo_Liu Date: Sat, 11 Sep 2021 21:54:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=BC=80?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=A8=8B=E5=BA=8F=E5=B4=A9=E6=BA=83=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Control/UserControls/PannelCard/RightCardControl.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/UserControls/PannelCard/RightCardControl.xaml.cs b/Control/UserControls/PannelCard/RightCardControl.xaml.cs index da8fb00..2835924 100644 --- a/Control/UserControls/PannelCard/RightCardControl.xaml.cs +++ b/Control/UserControls/PannelCard/RightCardControl.xaml.cs @@ -75,7 +75,7 @@ namespace GeekDesk.Control.UserControls.PannelCard /// private void IconClick(object sender, MouseButtonEventArgs e) { - IconInfo icon = (IconInfo)((StackPanel)sender).Tag; + IconInfo icon = (IconInfo)((SimpleStackPanel)sender).Tag; if (icon.AdminStartUp) { StartIconApp(icon, IconStartType.ADMIN_STARTUP); From 63f9043e008f978e88d73ae7255d718761657604 Mon Sep 17 00:00:00 2001 From: Demo_Liu Date: Sat, 11 Sep 2021 21:57:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=BC=80?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=A8=8B=E5=BA=8F=E5=B4=A9=E6=BA=83bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.config | 2 +- Properties/AssemblyInfo.cs | 4 ++-- Update.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/App.config b/App.config index e4b9285..42aa0ad 100644 --- a/App.config +++ b/App.config @@ -28,7 +28,7 @@ - + diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index fd9b5ff..017bf94 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Windows; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.1.0")] -[assembly: AssemblyFileVersion("2.3.1.0")] +[assembly: AssemblyVersion("2.3.1.1")] +[assembly: AssemblyFileVersion("2.3.1.1")] diff --git a/Update.json b/Update.json index 42378ce..ed1806b 100644 --- a/Update.json +++ b/Update.json @@ -1,9 +1,9 @@ { "title" : "汾", - "subTitle" : "V2.3.10 ʽ", + "subTitle" : "V2.3.11 ʽ", "msgTitle" : "θ", "msg" : "['޸ʾú,ؿٵ','޸޷ɾʷBUG','Ӷʱڴ,ڿռøСڴ','޸ʱڵ㴰ڵBUG','ԶͼС','ʹCRONʽԶƵ']", "githubUrl" : "https://github.com/Demo-Liu/GeekDesk/releases/tag", "giteeUrl" : "https://gitee.com/demo_liu/GeekDesk/releases", - "version": "2.3.10" + "version": "2.3.11" } \ No newline at end of file