Fix Customization.astro

This commit is contained in:
2026-03-10 08:44:30 +08:00
parent ccc89e819a
commit bc6c1141b3
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"_variables": { "_variables": {
"lastUpdateCheck": 1770610101158 "lastUpdateCheck": 1773103306335
} }
} }
+1
View File
@@ -1 +1,2 @@
/// <reference types="astro/client" /> /// <reference types="astro/client" />
/// <reference path="content.d.ts" />
+1 -1
View File
@@ -330,7 +330,7 @@
<script> <script>
(function() { (function() {
const sliderImage = document.getElementById('slider-image'); const sliderImage = document.getElementById('slider-image') as HTMLImageElement | null;
const sliderText = document.getElementById('slider-text'); const sliderText = document.getElementById('slider-text');
let currentIndex = 0; let currentIndex = 0;
const slides = [ const slides = [