From e8b14513c42fab32eaaa6c8df66a59ce5c7b8cf4 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Tue, 1 Nov 2022 19:59:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Main.vue | 2 +- src/views/Setting.vue | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/Main.vue b/src/views/Main.vue index 73131cc..f232471 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -22,7 +22,7 @@ {{ isMultiple ? '❌ 退出多选' : '👆' }} - 🎨 + 💡 @@ -102,7 +103,8 @@ const handleLinkClick = (index) => { 'https://ziuchen.gitee.io/project/ClipboardManager/guide/', 'https://github.com/ZiuChen/ClipboardManager', 'https://yuanliao.info/d/5722', - 'https://ziuchen.gitee.io/project/ClipboardManager/#%F0%9F%92%9D-%E6%84%9F%E8%B0%A2%E8%B5%9E%E8%B5%8F' + 'https://ziuchen.gitee.io/project/ClipboardManager/#%F0%9F%92%9D-%E6%84%9F%E8%B0%A2%E8%B5%9E%E8%B5%8F', + 'https://ziuchen.gitee.io/project/ClipboardManager/statement/' ] utools.shellOpenExternal(links[index]) }