人生啊人生 1 settimana fa
parent
commit
700ad122c6

+ 7 - 0
src/App.vue

@@ -1,5 +1,11 @@
 <script setup lang="ts">
 import { onMounted } from 'vue';
+// import { Demo } from './utils/card/Demo.js';
+
+// const demoMain = () => {
+//     Demo.find().start();
+// }
+// demoMain();
 
 const setFontSize = () => {
     // 字体大小动态调整
@@ -14,6 +20,7 @@ onMounted(() => {
         setFontSize();
     };
 });
+
 </script>
 
 <template>

+ 8 - 8
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -462,14 +462,14 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                 },
             },
 
-            // {
-            //     "note" : "小卷筒使用方法-开启车身侧门",
-            //     "name" : "小卷筒使用方法_开启车身侧门",
-            //     "correctAnswerMesh" : {
-            //         "exhibition_html_1754310217237_hua_" : "",
-            //         "model_1754298683935车厢侧门" : "",
-            //     },
-            // },
+            {
+                "note" : "小卷筒使用方法-开启车身侧门",
+                "name" : "小卷筒使用方法_开启车身侧门",
+                "correctAnswerMesh" : {
+                    "exhibition_html_1754310217237_hua_" : "",
+                    "model_1754298683935车厢侧门" : "",
+                },
+            },
 
             // {
             //     "note" : "小卷筒使用方法-拉出水管到需要的长度固定",

+ 5 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -2264,6 +2264,11 @@ export class QingXiCheAndQvCarEvent {
         // objIframeEdit.modelPeopleLook(3);
         // objIframeEdit.roleShow(false);
 
+        QingXiCheAndQvCarEvent.find().threeWorldTxt(
+            8.930086827619853, 1.4588259548862736, -16.462431005991338, 3, 173, 68 * 2,
+            "请点击闪烁点", "或[高压水管]触发"
+        );
+
         // 切换到人物的视角
         objThreeWorldEventMain.commonBirthplaceUpdate();
         objIframeEdit.modelPeopleLook(1);