mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-02 09:19:23 +00:00
1
This commit is contained in:
parent
5a394ab6f6
commit
c0d235a0fe
@ -12,7 +12,6 @@
|
||||
<v-btn
|
||||
:loading="loading"
|
||||
variant="tonal"
|
||||
size="small"
|
||||
@click="checkServerConnection"
|
||||
>
|
||||
测试连接
|
||||
@ -32,12 +31,7 @@
|
||||
>这将清除所有IndexedDB中的数据</v-list-item-subtitle
|
||||
>
|
||||
<template #append>
|
||||
<v-btn
|
||||
color="error"
|
||||
variant="tonal"
|
||||
size="small"
|
||||
@click="confirmClearIndexedDB"
|
||||
>
|
||||
<v-btn color="error" variant="tonal" @click="confirmClearIndexedDB">
|
||||
清除
|
||||
</v-btn>
|
||||
</template>
|
||||
@ -48,9 +42,7 @@
|
||||
</template>
|
||||
<v-list-item-title>导出数据库</v-list-item-title>
|
||||
<template #append>
|
||||
<v-btn variant="tonal" size="small" @click="exportData">
|
||||
导出
|
||||
</v-btn>
|
||||
<v-btn variant="tonal" @click="exportData"> 导出 </v-btn>
|
||||
</template>
|
||||
</v-list-item>
|
||||
</template>
|
||||
|
@ -39,15 +39,15 @@
|
||||
variant="text"
|
||||
:loading="loading.download"
|
||||
@click="downloadData"
|
||||
/>
|
||||
<v-btn icon="mdi-cog" variant="text" @click="$router.push('/settings')" />
|
||||
<v-btn
|
||||
/> <v-btn
|
||||
icon="mdi-bell"
|
||||
variant="text"
|
||||
:badge="unreadCount || undefined"
|
||||
:badge-color="unreadCount ? 'error' : undefined"
|
||||
@click="$refs.messageLog.drawer = true"
|
||||
/>
|
||||
<v-btn icon="mdi-cog" variant="text" @click="$router.push('/settings')" />
|
||||
|
||||
</template>
|
||||
</v-app-bar>
|
||||
<div class="d-flex">
|
||||
|
Loading…
x
Reference in New Issue
Block a user