Skip to content

Commit

Permalink
Bump v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ProJend committed Apr 15, 2024
1 parent 09bb93b commit 0ce0b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TrueLove.UWP/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected override async void OnLaunched(LaunchActivatedEventArgs e)
// 当导航堆栈尚未还原时,导航到第一页,
// 并通过将所需信息作为导航参数传入来配置
// 参数
var path = ApplicationData.Current.LocalFolder.Path + @"/OfflineData.txt";
var path = ApplicationData.Current.LocalFolder.Path + @"\Comment.html";
if (File.Exists(path))
{
rootFrame.Navigate(typeof(MainPage), e.Arguments);
Expand Down
2 changes: 1 addition & 1 deletion TrueLove.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="AviciiUWP" Publisher="CN=Admin" Version="0.6.0.0" />
<Identity Name="AviciiUWP" Publisher="CN=Admin" Version="0.7.0.0" />
<mp:PhoneIdentity PhoneProductId="cf0148d5-01bb-4b60-b53b-da3346bf8e5e" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>ms-resource:pPackageDisplayName</DisplayName>
Expand Down

0 comments on commit 0ce0b5a

Please sign in to comment.