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