diff --git a/DownKyi/DownKyi.csproj b/DownKyi/DownKyi.csproj
index 788877d..7df8b04 100644
--- a/DownKyi/DownKyi.csproj
+++ b/DownKyi/DownKyi.csproj
@@ -121,8 +121,8 @@
-
-
+
+
@@ -211,10 +211,10 @@
ViewDownloading.xaml
-
+
ViewFollower.xaml
-
+
ViewFollowing.xaml
@@ -392,11 +392,11 @@
Designer
MSBuild:Compile
-
+
Designer
MSBuild:Compile
-
+
Designer
MSBuild:Compile
diff --git a/DownKyi/ViewModels/Friend/ViewFollowerViewModel.cs b/DownKyi/ViewModels/Friends/ViewFollowerViewModel.cs
similarity index 98%
rename from DownKyi/ViewModels/Friend/ViewFollowerViewModel.cs
rename to DownKyi/ViewModels/Friends/ViewFollowerViewModel.cs
index 2c377fb..acf8bd8 100644
--- a/DownKyi/ViewModels/Friend/ViewFollowerViewModel.cs
+++ b/DownKyi/ViewModels/Friends/ViewFollowerViewModel.cs
@@ -4,7 +4,7 @@ using Prism.Events;
using Prism.Regions;
using System.Collections.ObjectModel;
-namespace DownKyi.ViewModels.Friend
+namespace DownKyi.ViewModels.Friends
{
public class ViewFollowerViewModel : BaseViewModel
{
diff --git a/DownKyi/ViewModels/Friend/ViewFollowingViewModel.cs b/DownKyi/ViewModels/Friends/ViewFollowingViewModel.cs
similarity index 91%
rename from DownKyi/ViewModels/Friend/ViewFollowingViewModel.cs
rename to DownKyi/ViewModels/Friends/ViewFollowingViewModel.cs
index 693cd24..c65d387 100644
--- a/DownKyi/ViewModels/Friend/ViewFollowingViewModel.cs
+++ b/DownKyi/ViewModels/Friends/ViewFollowingViewModel.cs
@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace DownKyi.ViewModels.Friend
+namespace DownKyi.ViewModels.Friends
{
public class ViewFollowingViewModel : BaseViewModel
{
diff --git a/DownKyi/Views/Friend/ViewFollower.xaml b/DownKyi/Views/Friends/ViewFollower.xaml
similarity index 98%
rename from DownKyi/Views/Friend/ViewFollower.xaml
rename to DownKyi/Views/Friends/ViewFollower.xaml
index ded640c..52309c1 100644
--- a/DownKyi/Views/Friend/ViewFollower.xaml
+++ b/DownKyi/Views/Friends/ViewFollower.xaml
@@ -1,5 +1,5 @@
/// ViewFollower.xaml 的交互逻辑
diff --git a/DownKyi/Views/Friend/ViewFollowing.xaml b/DownKyi/Views/Friends/ViewFollowing.xaml
similarity index 90%
rename from DownKyi/Views/Friend/ViewFollowing.xaml
rename to DownKyi/Views/Friends/ViewFollowing.xaml
index 5fb0017..de15d36 100644
--- a/DownKyi/Views/Friend/ViewFollowing.xaml
+++ b/DownKyi/Views/Friends/ViewFollowing.xaml
@@ -1,5 +1,5 @@
/// ViewFollowing.xaml 的交互逻辑