From 638f16445a8713a993a108b0f9c426ffcb6bde0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= <1219654535@qq.com> Date: Fri, 26 May 2023 14:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Model.vue | 2 +- public/{ => model}/apple_watch/scene.bin | Bin public/{ => model}/apple_watch/scene.gltf | 0 .../apple_watch/textures/material_baseColor.jpeg | Bin 4 files changed, 1 insertion(+), 1 deletion(-) rename public/{ => model}/apple_watch/scene.bin (100%) rename public/{ => model}/apple_watch/scene.gltf (100%) rename public/{ => model}/apple_watch/textures/material_baseColor.jpeg (100%) diff --git a/components/Model.vue b/components/Model.vue index 53b4a50..2553ace 100644 --- a/components/Model.vue +++ b/components/Model.vue @@ -7,7 +7,7 @@ const anim = useAnimation({ from: 180, to: 0, duration: 5000 })