From 113910a0a3e9b50b46aaabf63a01d2851dbd8368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=A2=A6?= Date: Wed, 13 May 2026 21:33:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=94=BB=E6=9D=BF?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- src/components/SignaturePad/index.vue | 4 ++-- src/components/question/answer/HandDrawn.vue | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.env b/.env index a09f947..815f4d8 100644 --- a/.env +++ b/.env @@ -2,6 +2,6 @@ VITE_WS_URL = wss://ai.lingxixue.com/ws/device VITE_OSS_URL = https://lxx-web-1313840333.cos.ap-chengdu.myqcloud.com VITE_CDN_URL = https://dmgcdn-1313840333.cos.ap-guangzhou.myqcloud.com VITE_SERVER_URL = https://ai.lingxixue.com/api/main -VITE_XXL_VERSION = 2.13.3 +VITE_XXL_VERSION = 2.13.5 VITE_INIT_VCONSOLE = 0 VITE_TEACHER_ADMIN_URL = https://edu.lingxixue.com diff --git a/src/components/SignaturePad/index.vue b/src/components/SignaturePad/index.vue index a0e024b..dbb00a2 100644 --- a/src/components/SignaturePad/index.vue +++ b/src/components/SignaturePad/index.vue @@ -195,8 +195,8 @@ onMounted(() => { canvasRef.value.height = canvasPanelRef.value.clientHeight signaturePad = new SignaturePad(canvasRef.value, { backgroundColor: props.bg, - throttle: 16, - minDistance: 1, + throttle: 24, + minDistance: 2.5, }) fillCanvasBackground() } diff --git a/src/components/question/answer/HandDrawn.vue b/src/components/question/answer/HandDrawn.vue index 37091da..93ca602 100644 --- a/src/components/question/answer/HandDrawn.vue +++ b/src/components/question/answer/HandDrawn.vue @@ -353,8 +353,6 @@ watch(showCanvas, async (nv: boolean) => { z-index: 10000; width: 100vw; height: 100%; - background-color: rgba(0, 0, 0, 0.45); - backdrop-filter: blur(4px); background: #f7faf9; .drawn-box { height: calc(100% - 100px);