diff --git a/pic2meme_NG.sln b/pic2meme.sln similarity index 87% rename from pic2meme_NG.sln rename to pic2meme.sln index 2b50ced..b5b56c7 100644 --- a/pic2meme_NG.sln +++ b/pic2meme.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31019.35 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pic2meme_NG", "pic2meme_NG\pic2meme_NG.csproj", "{B5E4F054-95C5-41B1-A983-630F2096737A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pic2meme", "pic2meme\pic2meme.csproj", "{B5E4F054-95C5-41B1-A983-630F2096737A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/pic2meme_NG/App.config b/pic2meme/App.config similarity index 100% rename from pic2meme_NG/App.config rename to pic2meme/App.config diff --git a/pic2meme_NG/App.xaml b/pic2meme/App.xaml similarity index 100% rename from pic2meme_NG/App.xaml rename to pic2meme/App.xaml diff --git a/pic2meme_NG/App.xaml.cs b/pic2meme/App.xaml.cs similarity index 100% rename from pic2meme_NG/App.xaml.cs rename to pic2meme/App.xaml.cs diff --git a/pic2meme_NG/BuyMeACoffeeWindow.xaml b/pic2meme/BuyMeACoffeeWindow.xaml similarity index 100% rename from pic2meme_NG/BuyMeACoffeeWindow.xaml rename to pic2meme/BuyMeACoffeeWindow.xaml diff --git a/pic2meme_NG/BuyMeACoffeeWindow.xaml.cs b/pic2meme/BuyMeACoffeeWindow.xaml.cs similarity index 100% rename from pic2meme_NG/BuyMeACoffeeWindow.xaml.cs rename to pic2meme/BuyMeACoffeeWindow.xaml.cs diff --git a/pic2meme_NG/ChangeLogWindow.xaml b/pic2meme/ChangeLogWindow.xaml similarity index 100% rename from pic2meme_NG/ChangeLogWindow.xaml rename to pic2meme/ChangeLogWindow.xaml diff --git a/pic2meme_NG/ChangeLogWindow.xaml.cs b/pic2meme/ChangeLogWindow.xaml.cs similarity index 92% rename from pic2meme_NG/ChangeLogWindow.xaml.cs rename to pic2meme/ChangeLogWindow.xaml.cs index fe55e90..0fc02d3 100644 --- a/pic2meme_NG/ChangeLogWindow.xaml.cs +++ b/pic2meme/ChangeLogWindow.xaml.cs @@ -25,6 +25,9 @@ public ChangeLogWindow() this.MinWidth = this.MaxWidth = this.Width; this.MinHeight = this.MaxHeight = this.Height; ChangeLog.Text = @" +v1.2.0 - 2022/03/21 +1. 支持转换网页图片 + v1.1.0 - 2021/10/28 1. UI优化、性能优化 2. GIF动图预览显示 @@ -32,7 +35,7 @@ 2. GIF动图预览显示 v1.0.0 - 2020/12/02 1. 微信表情包转换 -© 2020-2021 LiesAuer +© 2020-2022 LiesAuer https://www.liesauer.net/ ".Trim(); } diff --git a/pic2meme_NG/InfoWindow.xaml b/pic2meme/InfoWindow.xaml similarity index 100% rename from pic2meme_NG/InfoWindow.xaml rename to pic2meme/InfoWindow.xaml diff --git a/pic2meme_NG/InfoWindow.xaml.cs b/pic2meme/InfoWindow.xaml.cs similarity index 98% rename from pic2meme_NG/InfoWindow.xaml.cs rename to pic2meme/InfoWindow.xaml.cs index df71be8..ed6e47f 100644 --- a/pic2meme_NG/InfoWindow.xaml.cs +++ b/pic2meme/InfoWindow.xaml.cs @@ -31,7 +31,7 @@ public InfoWindow() 特别注意说明:受表情包格式的限制,原图片色彩越多越丰富,转换出来的表情包失真则会越严重(半透明图片也一样),可以尝试切换不同转换模式得到效果最佳的一个表情包使用。 -© 2020-2021 LiesAuer +© 2020-2022 LiesAuer https://www.liesauer.net/ ".Trim(); } diff --git a/pic2meme_NG/MainWindow.xaml b/pic2meme/MainWindow.xaml similarity index 59% rename from pic2meme_NG/MainWindow.xaml rename to pic2meme/MainWindow.xaml index 59cfeca..e37ffd3 100644 --- a/pic2meme_NG/MainWindow.xaml +++ b/pic2meme/MainWindow.xaml @@ -5,15 +5,15 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:pic2meme" xmlns:hc="https://handyorg.github.io/handycontrol" mc:Ignorable="d" - Title="微信表情包工具 v1.1.0" Height="499.632" Width="561.797" AllowDrop="True" Drop="Window_Drop" KeyDown="Window_KeyDown" ResizeMode="CanMinimize"> + Title="微信表情包工具 v1.2" Height="499.632" Width="463.297" AllowDrop="True" Drop="Window_Drop" KeyDown="Window_KeyDown" ResizeMode="CanMinimize"> -