fix: 更改说法

This commit is contained in:
MKStoler1024 2024-08-23 10:19:06 +08:00 committed by GitHub
parent c51a7854f3
commit 18c2b5b5fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
new Date().toLocaleTimeString('en-US', { new Date().toLocaleTimeString('en-US', {
hour: 'numeric', hour: 'numeric',
minute: 'numeric', minute: 'numeric',
hour12: true hour12: false
}) })
}}</span> }}</span>
</v-system-bar> </v-system-bar>
@ -14,7 +14,7 @@
<template #append> <template #append>
<div class="ga-4"> <div class="ga-4">
<v-btn @click="router.push('/mainWindow')">菜单</v-btn> <v-btn @click="router.push('/mainWindow')">回到主页</v-btn>
</div> </div>
</template> </template>
</v-app-bar> </v-app-bar>