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]) }