diff --git a/True Love/Helpers/LiveTileService.cs b/True Love/Helpers/LiveTileService.cs index 581a580..e4fe982 100644 --- a/True Love/Helpers/LiveTileService.cs +++ b/True Love/Helpers/LiveTileService.cs @@ -92,7 +92,7 @@ public void AddTile() }, BackgroundImage = new TileBackgroundImage() { - Source = "Assets/Background/BG1.jpg" + Source = "Assets/Background.jpg" }, PeekImage = new TilePeekImage() { diff --git a/True Love/Package.appxmanifest b/True Love/Package.appxmanifest index 51c841d..5ad37a5 100644 --- a/True Love/Package.appxmanifest +++ b/True Love/Package.appxmanifest @@ -1,6 +1,6 @@  - + True Love - Tim Bergling Foundtion diff --git a/True Love/Pages/DeviceFamily-Mobile/HomePage.xaml b/True Love/Pages/DeviceFamily-Mobile/HomePage.xaml index 63188bd..a8d1b06 100644 --- a/True Love/Pages/DeviceFamily-Mobile/HomePage.xaml +++ b/True Love/Pages/DeviceFamily-Mobile/HomePage.xaml @@ -36,12 +36,12 @@ - + - + @@ -65,7 +65,7 @@ - + @@ -99,7 +99,7 @@ - + @@ -127,7 +127,7 @@ - + @@ -148,7 +148,7 @@ - + diff --git a/True Love/Pages/HomePage.xaml b/True Love/Pages/HomePage.xaml index d022340..342a90f 100644 --- a/True Love/Pages/HomePage.xaml +++ b/True Love/Pages/HomePage.xaml @@ -28,11 +28,11 @@ - + - + @@ -56,7 +56,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -118,7 +118,7 @@ - + @@ -135,7 +135,7 @@ - + @@ -146,7 +146,7 @@ - + diff --git a/True Love/Pages/HomePage.xaml.cs b/True Love/Pages/HomePage.xaml.cs index f8cc9a9..bc07fcd 100644 --- a/True Love/Pages/HomePage.xaml.cs +++ b/True Love/Pages/HomePage.xaml.cs @@ -58,6 +58,7 @@ private async void GetFiles() ImageGridView.ItemsSource = images; ImageIsLoading.IsActive = false; ImageIsLoading.Height = 0; + flipview.SelectionChanged -= FlipView_SelectionChanged; } private void FlipView_SelectionChanged(object sender, SelectionChangedEventArgs e) diff --git a/True Love/Pages/MainPage.xaml b/True Love/Pages/MainPage.xaml index 12a220b..326ffb7 100644 --- a/True Love/Pages/MainPage.xaml +++ b/True Love/Pages/MainPage.xaml @@ -145,20 +145,24 @@ - + - + - + + - - Settings + + Settings - - Page Memory - F1 - Page Comments - F2 - Page Images - F3 - + Refresh F5 Back To Top @@ -116,10 +108,11 @@ - 解决物理内存使用翻倍问题 - 解决界面处于宽屏下右滑滑出空白汉堡菜单问题 - 解决工具栏走位问题 - 解决打开应用围绕一圈白线问题 解决界面处于宽屏下右滑滑出空白汉堡菜单问题 + 🔧 解决物理内存使用翻倍问题 + 🔧 解决界面处于宽屏下右滑滑出空白汉堡菜单问题 + 🔧 解决工具栏走位问题 + 🔧 解决打开应用围绕一圈白线问题 + 🔧 删除不能正确工作的快捷键 @@ -139,7 +132,7 @@ 2021 © ProJend Tim Bergling Foundation - we will comprehend Tim Bergling more and more and more... + We will comprehend Tim Bergling more and more and more... - 新增:提示网络错误 - 新增:深灰色夜间主题 - 改进:响应鼠标返回键 - 改进:New Logo + 🛠 提示网络错误 + 🔨 深灰色夜间主题 + 🛠 响应鼠标返回键 + 🔨 New Logo - 新增:增加了底部工具栏,带有刷新网页,回到顶部的功能,并具备出色的动画 - 新增:可以滑出滑入汉堡菜单 - 改进:重写了主页、设置 UI - 兼容:支援 WP + 🔨 增加了底部工具栏,带有刷新网页,回到顶部的功能,并具备出色的动画 + 🛠 可以滑出滑入汉堡菜单 + 🛠 重写了主页、设置 UI + 🔨 支援 WP - 改进:更换 FontIcon 矢量图标 - 改进:更具有人性化的导航栏 - 修复:返回导航功能已生效 + 🔨 更换 FontIcon 矢量图标 + 🛠 更具有人性化的导航栏 + 🛠 返回导航功能已生效 diff --git a/True Love/Styles/Navigation.xaml b/True Love/Styles/Navigation.xaml index c7be99d..a8b9732 100644 --- a/True Love/Styles/Navigation.xaml +++ b/True Love/Styles/Navigation.xaml @@ -2,7 +2,6 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" - xmlns:contract5Present="using:Microsoft.UI.Xaml.Controls?IsApiContractPresent(Windows.Foundation.UniversalApiContract, 5)" xmlns:v1709="http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractPresent(Windows.Foundation.UniversalApiContract, 5)" xmlns:v1809="http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractPresent(Windows.Foundation.UniversalApiContract, 7)" > @@ -258,13 +257,10 @@ - + - - -