移除无用的时间函数

This commit is contained in:
2025-02-16 23:40:29 +08:00
parent 42d6179680
commit ae105a62e9
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, onUnmounted, ref, type Ref } from 'vue';
import { timestampToString } from '../lib/timestampToString'
import { useRoute } from 'vue-router'
import { Marked } from 'marked';
import { markedHighlight } from "marked-highlight";