From fe81b51dcb38130c62d545777642d3314ac5d8e3 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:22:32 +0800 Subject: [PATCH] Add BackupAndRestore --- .../Views/BackupAndRestoreView.axaml | 231 ++++++++++++++++++ .../Views/BackupAndRestoreView.axaml.cs | 70 ++++++ v2rayN/v2rayN.Desktop/Views/MainWindow.axaml | 1 + .../v2rayN.Desktop/Views/MainWindow.axaml.cs | 9 + v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj | 3 +- .../v2rayN/Views/BackupAndRestoreView.xaml.cs | 7 +- 6 files changed, 313 insertions(+), 8 deletions(-) create mode 100644 v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml create mode 100644 v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml.cs diff --git a/v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml b/v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml new file mode 100644 index 00000000..0aa5fda9 --- /dev/null +++ b/v2rayN/v2rayN.Desktop/Views/BackupAndRestoreView.axaml @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +