diff --git a/src/HyPlayer.App/App.csproj b/src/HyPlayer.App/App.csproj
index e2152d7..4cbd477 100644
--- a/src/HyPlayer.App/App.csproj
+++ b/src/HyPlayer.App/App.csproj
@@ -32,6 +32,7 @@
+
@@ -108,6 +109,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/src/HyPlayer.App/App.xaml.cs b/src/HyPlayer.App/App.xaml.cs
index 4772fc3..8f7c6fe 100644
--- a/src/HyPlayer.App/App.xaml.cs
+++ b/src/HyPlayer.App/App.xaml.cs
@@ -74,6 +74,7 @@ public App()
Depository?.AddSingleton();
Depository?.AddSingleton();
Depository?.AddSingleton();
+ Depository?.AddSingleton();
}
///
diff --git a/src/HyPlayer.App/Interfaces/Services/INavigationService.cs b/src/HyPlayer.App/Interfaces/Services/INavigationService.cs
index c85990a..1840d0d 100644
--- a/src/HyPlayer.App/Interfaces/Services/INavigationService.cs
+++ b/src/HyPlayer.App/Interfaces/Services/INavigationService.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Navigation;
@@ -22,5 +22,7 @@ bool CanGoBack
bool NavigateTo(Page Page, object? parameter = null);
+ bool NavigateTo(string pageKey, object? parameter = null);
+
bool GoBack();
}
diff --git a/src/HyPlayer.App/Interfaces/Services/INavigationViewService.cs b/src/HyPlayer.App/Interfaces/Services/INavigationViewService.cs
new file mode 100644
index 0000000..af30b55
--- /dev/null
+++ b/src/HyPlayer.App/Interfaces/Services/INavigationViewService.cs
@@ -0,0 +1,28 @@
+using Microsoft.UI.Xaml.Controls;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace HyPlayer.Interfaces.Services
+{
+ interface INavigationViewService
+ {
+ IList