diff --git a/src/BiliLite.UWP/BiliLite.UWP.csproj b/src/BiliLite.UWP/BiliLite.UWP.csproj
index 3b629933..39eeff03 100644
--- a/src/BiliLite.UWP/BiliLite.UWP.csproj
+++ b/src/BiliLite.UWP/BiliLite.UWP.csproj
@@ -152,9 +152,13 @@
VideoListView.xaml
+
+ EditPlaySpeedMenuDialog.xaml
+
SendDynamicV2Dialog.xaml
+
@@ -164,6 +168,7 @@
+
@@ -174,9 +179,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
UserDynamicPage.xaml
@@ -694,7 +712,7 @@
-
+
@@ -1005,6 +1023,10 @@
Designer
MSBuild:Compile
+
+ Designer
+ MSBuild:Compile
+
MSBuild:Compile
Designer
diff --git a/src/BiliLite.UWP/Controls/DataTemplateSelectors/UserDynamicItemV2DataTemplateSelector.cs b/src/BiliLite.UWP/Controls/DataTemplateSelectors/UserDynamicItemV2DataTemplateSelector.cs
index d3bd975d..6147bf51 100644
--- a/src/BiliLite.UWP/Controls/DataTemplateSelectors/UserDynamicItemV2DataTemplateSelector.cs
+++ b/src/BiliLite.UWP/Controls/DataTemplateSelectors/UserDynamicItemV2DataTemplateSelector.cs
@@ -13,9 +13,6 @@ public class UserDynamicItemV2DataTemplateSelector : DataTemplateSelector
static UserDynamicItemV2DataTemplateSelector()
{
- DataTemplate SelectRowTemplate(UserDynamicItemDataTemplateSelector selector,
- UserDynamicItemDisplayViewModel _) => selector.OneRowTemplate;
-
_dynamicTypeTemplateSelectFuncs =
new Dictionary>()
diff --git a/src/BiliLite.UWP/Controls/Dynamic/DynamicItemV2Control.xaml b/src/BiliLite.UWP/Controls/Dynamic/DynamicItemV2Control.xaml
index d08645d6..2168b986 100644
--- a/src/BiliLite.UWP/Controls/Dynamic/DynamicItemV2Control.xaml
+++ b/src/BiliLite.UWP/Controls/Dynamic/DynamicItemV2Control.xaml
@@ -175,10 +175,12 @@
diff --git a/src/BiliLite.UWP/Controls/PlayerControl.xaml b/src/BiliLite.UWP/Controls/PlayerControl.xaml
index 7c5ad501..fc2eae9b 100644
--- a/src/BiliLite.UWP/Controls/PlayerControl.xaml
+++ b/src/BiliLite.UWP/Controls/PlayerControl.xaml
@@ -12,6 +12,7 @@
xmlns:canvas="using:Microsoft.Graphics.Canvas.UI.Xaml"
xmlns:fa="using:FontAwesome5" xmlns:player="using:BiliLite.Modules.Player"
xmlns:common="using:BiliLite.Models.Common"
+ xmlns:player1="using:BiliLite.Models.Common.Player"
d:DesignHeight="800"
d:DesignWidth="1000">
@@ -845,15 +846,20 @@
-
-
-
-
-
-
-
-
-
+
+