fix: daily page

This commit is contained in:
zzc
2026-03-03 21:32:04 +08:00
parent ab70f7e78f
commit fee3b05c9e
2 changed files with 71 additions and 324 deletions

View File

@@ -131,7 +131,7 @@
</template>
<script setup>
import { ref } from "vue";
import { ref, onMounted } from "vue";
import NavBar from "@/components/NavBar/NavBar.vue";
import { trackRecord } from "@/utils/common.js";