mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 18:26:33 +00:00
fix: 更改说法
This commit is contained in:
parent
c51a7854f3
commit
18c2b5b5fa
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user