From ef172e4d4c49c09866f3fdbb9dd86da6d1fa7d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=85=88=E6=A3=AE?= Date: Tue, 5 Nov 2024 18:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0base64=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=92=8C=E5=AF=BC=E5=85=A5=20=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E9=85=8D=E7=BD=AE=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化是否联机成功的判断,优化本地存储日志数量 --- package.json | 3 +- pages/index.vue | 136 +++++-- pages/member.vue | 2 +- pnpm-lock.yaml | 10 + src-tauri/Cargo.lock | 539 +++++++++++++++++++++++++++- src-tauri/Cargo.toml | 4 +- src-tauri/capabilities/default.json | 145 ++++---- src-tauri/src/lib.rs | 35 +- src-tauri/tauri.conf.json | 4 +- stores/index.ts | 1 + utils/service.ts | 70 ++++ 11 files changed, 824 insertions(+), 125 deletions(-) create mode 100644 utils/service.ts 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 @@ + + + + -
- - 关闭 - -
+