This commit is contained in:
sjl
2025-10-15 15:20:07 +08:00
parent ca8f173394
commit 45a010b3a4
10 changed files with 54 additions and 32 deletions

View File

@@ -76,7 +76,7 @@ const currentIndex = ref(0);
// currentIndex.value++;
// if (currentIndex.value > 14)
// currentIndex.value = 0;
// // console.log(currentIndex.value);
// console.log(currentIndex.value);
// }, 2000);