From 5c111e198db5a36556e45fd35debd54ae3cd3cb5 Mon Sep 17 00:00:00 2001 From: Sunwuyuan Date: Sun, 30 Nov 2025 17:01:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=AF=B9=E8=AF=9D=E6=A1=86=EF=BC=8C=E9=9B=86?= =?UTF-8?q?=E6=88=90=E8=B0=83=E8=AF=95=E4=BF=A1=E6=81=AF=E5=92=8C=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E6=B8=A0=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/settings/AboutCard.vue | 156 +++++++++++++++++++++++++- 1 file changed, 152 insertions(+), 4 deletions(-) diff --git a/src/components/settings/AboutCard.vue b/src/components/settings/AboutCard.vue index 444c4d4..87787e2 100644 --- a/src/components/settings/AboutCard.vue +++ b/src/components/settings/AboutCard.vue @@ -24,10 +24,9 @@
报告问题 @@ -170,6 +169,50 @@ + + + + + + 报告问题 + + + +

+ 调试ID与下方的浏览器环境信息将帮助我们快速定位问题,请在反馈中一并附上。 +

+ +
{{ envBoxText }}
+
+
+ 刷新 + 复制信息 + 查看 /debug 页面 +
+ 已复制到剪贴板 +

反馈渠道

+ + + QQ群 ({{ qqGroupNumber }}) + 964979747 + + + GitHub Issue + ZeroCatDev/Classworks + + + 邮件 + sun@wuyuan.dev + + +
+ + + 关闭 + +
+
+

Copyright © {{ new Date().getFullYear() }} Sunwuyuan

@@ -181,14 +224,23 @@