移除无用的时间函数

This commit is contained in:
2025-02-16 23:40:29 +08:00
parent 52cbe2a7ed
commit bb83a87748
5 changed files with 1 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
<script setup lang='ts'>
import { request, type BaseResponseData } from '@/lib/request';
import { onMounted, reactive, ref } from 'vue';
import { timestampToString } from '../lib/timestampToString'
import { formateTimes } from '@/lib/formateTimes';
const loadStatus = ref(0);
const blogList: any[] = reactive([]);