💄 显示设备信息

This commit is contained in:
目棃
2024-07-27 20:31:54 +08:00
parent 2abfcdc050
commit baf8c3f794

View File

@@ -52,6 +52,10 @@
</div> </div>
</template> </template>
<v-list-item-title @click="confirmUpdateDevice()">刷新设备信息</v-list-item-title> <v-list-item-title @click="confirmUpdateDevice()">刷新设备信息</v-list-item-title>
<v-list-item-subtitle>
{{ appStore.deviceInfo.device_name }}({{ appStore.deviceInfo.product }}) -
{{ appStore.deviceInfo.device_fp }}
</v-list-item-subtitle>
<template #append> <template #append>
<v-icon @click="confirmUpdateDevice(true)">mdi-bug</v-icon> <v-icon @click="confirmUpdateDevice(true)">mdi-bug</v-icon>
</template> </template>