Dev portal bot keys

This commit is contained in:
2024-08-26 00:58:47 +08:00
parent 2c38a1fd50
commit ecbe5bef18
5 changed files with 357 additions and 0 deletions

View File

@ -37,6 +37,18 @@
<td>{{ item.name }}</td>
<td>{{ new Date(item.created_at).toLocaleString() }}</td>
<td>
<dev-bot-token-dialog :item="item">
<template #activator="{ props }">
<v-btn
v-bind="props"
variant="text"
size="x-small"
color="info"
icon="mdi-key"
/>
</template>
</dev-bot-token-dialog>
<v-dialog max-width="480">
<template #activator="{ props }">
<v-btn