From b57fccb72394c9236f0b54d81e366dfa26253d07 Mon Sep 17 00:00:00 2001
From: unanmed <1319491857@qq.com>
Date: Tue, 21 Feb 2023 19:30:46 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=A0=87=E9=A2=98=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 1 +
pnpm-lock.yaml | 6 ++
src/ui/start.vue | 187 ++++++++++++++++++++++++++++++++++++++++++-----
vite.config.ts | 2 +-
4 files changed, 178 insertions(+), 18 deletions(-)
diff --git a/package.json b/package.json
index ace29af..0e6d5ef 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"mutate-animate": "^1.0.2",
+ "three": "^0.149.0",
"vue": "^3.2.45"
},
"devDependencies": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 32cca95..0c6e5aa 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -22,6 +22,7 @@ specifiers:
lz-string: ^1.4.4
mutate-animate: ^1.0.2
terser: ^5.16.1
+ three: ^0.149.0
ts-node: ^10.9.1
typescript: ^4.9.4
unplugin-vue-components: ^0.22.12
@@ -37,6 +38,7 @@ dependencies:
lodash: 4.17.21
lz-string: 1.4.4
mutate-animate: 1.0.2
+ three: 0.149.0
vue: 3.2.45
devDependencies:
@@ -3164,6 +3166,10 @@ packages:
source-map-support: 0.5.21
dev: true
+ /three/0.149.0:
+ resolution: {integrity: sha512-tohpUxPDht0qExRLDTM8sjRLc5d9STURNrdnK3w9A+V4pxaTBfKWWT/IqtiLfg23Vfc3Z+ImNfvRw1/0CtxrkQ==}
+ dev: false
+
/through/2.3.8:
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
dev: true
diff --git a/src/ui/start.vue b/src/ui/start.vue
index 63f9327..09cb983 100644
--- a/src/ui/start.vue
+++ b/src/ui/start.vue
@@ -4,6 +4,18 @@