diff --git a/ProxySU_Core/ProxySU_Core.csproj b/ProxySU_Core/ProxySU_Core.csproj
index 9717368..a352476 100644
--- a/ProxySU_Core/ProxySU_Core.csproj
+++ b/ProxySU_Core/ProxySU_Core.csproj
@@ -191,17 +191,8 @@
ServerInfoControl.xaml
-
- ShadowSocksEditorControl.xaml
-
-
- TrojanEditorControl.xaml
-
-
- VlessEditorControl.xaml
-
-
- VmessEditorControl.xaml
+
+ XrayEditorControl.xaml
TerminalWindow.xaml
@@ -415,19 +406,7 @@
Designer
MSBuild:Compile
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
+
Designer
MSBuild:Compile
diff --git a/ProxySU_Core/Views/RecordEditor/RecordEditorWindow.xaml b/ProxySU_Core/Views/RecordEditor/RecordEditorWindow.xaml
index 17f36c8..3a0907c 100644
--- a/ProxySU_Core/Views/RecordEditor/RecordEditorWindow.xaml
+++ b/ProxySU_Core/Views/RecordEditor/RecordEditorWindow.xaml
@@ -8,7 +8,7 @@
xmlns:local="clr-namespace:ProxySU_Core.Views.RecordEditor"
xmlns:converters="clr-namespace:ProxySU_Core.Converters"
mc:Ignorable="d"
- Title="编辑主机信息" Height="600" Width="1000">
+ Title="编辑主机信息" Height="600" Width="1100">
@@ -34,32 +34,40 @@
-
+
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
+
+
-
-
diff --git a/ProxySU_Core/Views/RecordEditor/ShadowSocksEditorControl.xaml b/ProxySU_Core/Views/RecordEditor/ShadowSocksEditorControl.xaml
deleted file mode 100644
index 71051ff..0000000
--- a/ProxySU_Core/Views/RecordEditor/ShadowSocksEditorControl.xaml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ProxySU_Core/Views/RecordEditor/ShadowSocksEditorControl.xaml.cs b/ProxySU_Core/Views/RecordEditor/ShadowSocksEditorControl.xaml.cs
deleted file mode 100644
index 4a3dee0..0000000
--- a/ProxySU_Core/Views/RecordEditor/ShadowSocksEditorControl.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace ProxySU_Core.Views.RecordEditor
-{
- ///
- /// ShadowSocksEditorControl.xaml 的交互逻辑
- ///
- public partial class ShadowSocksEditorControl : UserControl
- {
- public ShadowSocksEditorControl()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/ProxySU_Core/Views/RecordEditor/TrojanEditorControl.xaml b/ProxySU_Core/Views/RecordEditor/TrojanEditorControl.xaml
deleted file mode 100644
index 2dfaddd..0000000
--- a/ProxySU_Core/Views/RecordEditor/TrojanEditorControl.xaml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ProxySU_Core/Views/RecordEditor/TrojanEditorControl.xaml.cs b/ProxySU_Core/Views/RecordEditor/TrojanEditorControl.xaml.cs
deleted file mode 100644
index 025a360..0000000
--- a/ProxySU_Core/Views/RecordEditor/TrojanEditorControl.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace ProxySU_Core.Views.RecordEditor
-{
- ///
- /// TrojanEditorControl.xaml 的交互逻辑
- ///
- public partial class TrojanEditorControl : UserControl
- {
- public TrojanEditorControl()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/ProxySU_Core/Views/RecordEditor/VlessEditorControl.xaml b/ProxySU_Core/Views/RecordEditor/VlessEditorControl.xaml
deleted file mode 100644
index b1ab6ed..0000000
--- a/ProxySU_Core/Views/RecordEditor/VlessEditorControl.xaml
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ProxySU_Core/Views/RecordEditor/VmessEditorControl.xaml b/ProxySU_Core/Views/RecordEditor/VmessEditorControl.xaml
deleted file mode 100644
index 2a5da5d..0000000
--- a/ProxySU_Core/Views/RecordEditor/VmessEditorControl.xaml
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ProxySU_Core/Views/RecordEditor/VmessEditorControl.xaml.cs b/ProxySU_Core/Views/RecordEditor/VmessEditorControl.xaml.cs
deleted file mode 100644
index 4604855..0000000
--- a/ProxySU_Core/Views/RecordEditor/VmessEditorControl.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace ProxySU_Core.Views.RecordEditor
-{
- ///
- /// VmessEditorControl.xaml 的交互逻辑
- ///
- public partial class VmessEditorControl : UserControl
- {
- public VmessEditorControl()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml b/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml
new file mode 100644
index 0000000..75b9e21
--- /dev/null
+++ b/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml
@@ -0,0 +1,295 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ProxySU_Core/Views/RecordEditor/VlessEditorControl.xaml.cs b/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml.cs
similarity index 79%
rename from ProxySU_Core/Views/RecordEditor/VlessEditorControl.xaml.cs
rename to ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml.cs
index d36da95..c1879a7 100644
--- a/ProxySU_Core/Views/RecordEditor/VlessEditorControl.xaml.cs
+++ b/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml.cs
@@ -16,11 +16,11 @@ using System.Windows.Shapes;
namespace ProxySU_Core.Views.RecordEditor
{
///
- /// VlessEditorControl.xaml 的交互逻辑
+ /// XrayEditorControl.xaml 的交互逻辑
///
- public partial class VlessEditorControl : UserControl
+ public partial class XrayEditorControl : UserControl
{
- public VlessEditorControl()
+ public XrayEditorControl()
{
InitializeComponent();
}