From f03ea598d39abceac4eeb5f3a10b1fe7dd706b2c Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期五, 25 七月 2025 16:48:31 +0800
Subject: [PATCH] 光轴

---
 src/App.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 314832f..958aacd 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,6 +2,7 @@
   <div id="app">
     <router-view />
     <theme-picker />
+    <div id="videoSource"></div>
   </div>
 </template>
 
@@ -37,4 +38,10 @@
 .cesium-viewer-timelineContainer {
   display: none;
 }
+#videoSource {
+  position: absolute;
+  top: 0;
+  left: 0;
+  display: none;
+}
 </style>

--
Gitblit v1.9.3