From 9aa9c8193ce88b10803607132faa3f545b8ac8a9 Mon Sep 17 00:00:00 2001 From: lzp Date: Tue, 17 Mar 2026 10:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E5=BA=A6=E7=94=BB=E5=B8=83=E8=81=94?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Canvas/CanvasTest.vue | 2 +- .../components/depth-header-tools.vue | 15 +++++-- .../Canvas/DepthCanvas/depth-canvas.vue | 17 +++----- src/components/Canvas/DepthCanvas/index.vue | 26 +++++------ .../DepthCanvas/manager/AnimationManager.js | 21 +++++---- .../DepthCanvas/manager/CanvasManager.ts | 43 ++++++++++++++----- src/views/home/test.vue | 3 +- 7 files changed, 80 insertions(+), 47 deletions(-) diff --git a/src/components/Canvas/CanvasTest.vue b/src/components/Canvas/CanvasTest.vue index fc9b37a..6d39b86 100644 --- a/src/components/Canvas/CanvasTest.vue +++ b/src/components/Canvas/CanvasTest.vue @@ -15,7 +15,7 @@ import { computed, ref, markRaw, onMounted, reactive, nextTick } from 'vue' const dialogVisible = ref(true) const config = ref({ - url: 'https://s3-alpha-sig.figma.com/img/ea2f/590e/9638f62a2fc91e31f33db0022db1642c?Expires=1773014400&Key-Pair-Id=APKAQ4GOSFWCW27IBOMQ&Signature=M0B8oJJOk~dGG0aZAqOIocAp7T0LFdJ9FYmCrEZVTCRzYxM6SJRNtYMTX-rTO3Z~s14QINh~o-S41XiZnBv-0zcKjuWot~VVaNHfd0~1LesfNe2KwvCinT~72btFut1pheLnKE-wWCX5ewtonxU77bnw386YPMTqv7DBZzksf2udsJA7NmOYD6~TUG3Q2dWSt~zPH~lkaidscPqpCnCbqzljCEi4RiHY4U3A45l5XypcX2umqn1UaYUFCTqV9471J4qdB6Dg2pcKocdp-7-3s1De6Q~2SmBOrSgDQ~KEADCB2lhKfhxgWmy0lwMvhTd4l90ygVZDWZRABgjHNrGUvg__' + })