From 6c238c4ff0fb437de1983eed6b7f340b06402341 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 17 六月 2024 16:32:37 +0800
Subject: [PATCH] #

---
 src/store/index.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index b8505d2..b5b1590 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -5,6 +5,8 @@
     {
         text: 'Hello World',
         shelfList: {},
+        autoCruise: true,
+        lookAt: { x: 0, y: 0, z: 0 },
     }
 );
 

--
Gitblit v1.9.1