diff --git a/package.json b/package.json
index 062c82a..0048266 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"private": true,
"author": "leizi97",
"description": "A simple network initiator based on Easytier",
- "version": "1.1.3",
+ "version": "1.1.4",
"scripts": {
"dev": "nuxt dev --dotenv env/.env.dev --host 0.0.0.0",
"build": "nuxt generate --dotenv env/.env.prod"
@@ -40,6 +40,7 @@
},
"dependencies": {
"@tauri-apps/plugin-autostart": "~2",
+ "@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-fs": "~2"
}
}
diff --git a/pages/index.vue b/pages/index.vue
index 6b7ccfe..389098d 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -182,10 +182,23 @@
+ 导入配置
+
+
+ 分享配置
+
+
- 配置文件启动
+ 使用外部配置文件
@@ -284,6 +297,36 @@
+
+
+
+ 导入成功后,您当前的配置将被完全替换
+
+
+
+ 导入
+
+
+
+
+
-
-
- 关闭
-
-
+
+
+
+ 关闭
+
+
+