Skip to content

Commit

Permalink
✏️ 修正描述
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Aug 17, 2024
1 parent 373ec6a commit 81cae77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/overlay/to-livecode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</template>
<template #subtitle>
<div v-html="item.title"></div>
<span>{{ timestampToDate(Number(item.to_get_time) * 1000) }} 过期</span>
<span>{{ timestampToDate(Number(item.to_get_time) * 1000) }}</span>
</template>
<template #prepend>
<img :src="item.img" alt="icon" />
Expand Down

0 comments on commit 81cae77

Please sign in to comment.