From 6e0987bf761819266e61dd2ee13124998ebdb403 Mon Sep 17 00:00:00 2001 From: forestxieCode <1397798719@qq.com> Date: Wed, 7 Aug 2024 19:48:27 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A4=8D=E5=88=B6=E6=96=87=E5=AD=97?= =?UTF-8?q?=E9=97=B4=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/about/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/about/index.vue b/src/views/about/index.vue index fde2214..be8db42 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -16,8 +16,8 @@ const handleCopyInfo = () => { type: 'success', }) clipboard.writeText(` - Frpc Desktop - v${pkg.version} + Frpc Desktop + v${pkg.version} 更简单的内网穿透工具!免费开源 / 桌面客户端 / 开机启动 `) }