From 686a5f87f6edd5b6f28b9f12ebff75738ba46b74 Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Tue, 03 Jun 2025 11:05:36 +0800
Subject: [PATCH] fix: 修改参数逻辑,替换为自有接口
---
index.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
index c87bfdd..5bef959 100644
--- a/index.html
+++ b/index.html
@@ -20,6 +20,7 @@
<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
+ <script src="./static/vtour/tour.js"></script>
</body>
</html>
\ No newline at end of file
--
Gitblit v1.9.3