From c90ed003f7d560720893e51980fa0f943ffeb283 Mon Sep 17 00:00:00 2001
From: Aqr-K <95741669+Aqr-K@users.noreply.github.com>
Date: Thu, 31 Oct 2024 04:15:12 +0800
Subject: [PATCH] feat(settings): add systemSettingsDialog
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 增加 AdvancedNetworkSettingsDialog 与 AdvancedSystemSettingsDialog,适配 system 预设的高级设置弹窗。
---
.../dialog/AdvancedNetworkSettingsDialog.vue | 98 +++++++++++++++++++
.../dialog/AdvancedSystemSettingsDialog.vue | 93 ++++++++++++++++++
2 files changed, 191 insertions(+)
create mode 100644 src/components/dialog/AdvancedNetworkSettingsDialog.vue
create mode 100644 src/components/dialog/AdvancedSystemSettingsDialog.vue
diff --git a/src/components/dialog/AdvancedNetworkSettingsDialog.vue b/src/components/dialog/AdvancedNetworkSettingsDialog.vue
new file mode 100644
index 00000000..c0c69a74
--- /dev/null
+++ b/src/components/dialog/AdvancedNetworkSettingsDialog.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+ 高级网络设置
+ 修改前,请先了解清楚这些设置的作用。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {}">
+
+
+ 恢复默认值
+
+
+ 确定
+
+
+
+
+
+
+
diff --git a/src/components/dialog/AdvancedSystemSettingsDialog.vue b/src/components/dialog/AdvancedSystemSettingsDialog.vue
new file mode 100644
index 00000000..41e15ab5
--- /dev/null
+++ b/src/components/dialog/AdvancedSystemSettingsDialog.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+ 高级系统设置
+ 修改前,请先了解清楚这些设置的作用。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {}">
+
+
+ 确定
+
+
+
+
+
+
+