From 4f2abca66738ccf3fe81861340e32fc358578436 Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Wed, 19 Feb 2025 16:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0QQ=E9=A2=91=E9=81=93=E7=9A=84?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=EF=BC=8C=E7=9B=B4=E6=8E=A5=E6=89=93=E5=BC=80?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/devtools/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/devtools/index.vue b/src/views/devtools/index.vue index 2838acc..33e3771 100644 --- a/src/views/devtools/index.vue +++ b/src/views/devtools/index.vue @@ -83,9 +83,9 @@ export default defineComponent({ }); ccui.footbar.registerCmd({ icon: "qqpd", - title: "加入QQ频道,一起在线聊天", + title: "加入QQ频道,一起在线聊天,认识更多的Cocoser!", cb: () => { - window.open("https://pd.qq.com/s/oyib8y8f?businessType=9"); + window.open("https://pd.qq.com/s/fp18mz50l"); ga.clickButton(GA_Button.QQ); }, });