diff --git a/.zip b/.zip new file mode 100644 index 0000000..0fa79ee Binary files /dev/null and b/.zip differ diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..d4537c1 Binary files /dev/null and b/dist.zip differ diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 92c1aac..0511f95 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -254,10 +254,11 @@ import img18 from "@/assets/home/wdwz.png"; import img19 from "@/assets/home/xzwz.png"; const anchors = [ Math.round(0.3 * window.innerHeight), - Math.round(0.6 * window.innerHeight), + Math.round(0.5 * window.innerHeight), + Math.round(0.8 * window.innerHeight), Math.round(1 * window.innerHeight), ]; -const height = ref(anchors[0]); +const height = ref(anchors[1]); const count = ref(0); var map = null; var control = null;