mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-21 00:00:05 +08:00
feat: allow user delete mail && notify when send access changed (#132)
This commit is contained in:
@@ -86,6 +86,9 @@ onMounted(async () => {
|
||||
<n-tag type="info">
|
||||
ID: {{ row.id }}
|
||||
</n-tag>
|
||||
<n-tag type="info">
|
||||
TO: {{ row.address }}
|
||||
</n-tag>
|
||||
</n-space>
|
||||
</template>
|
||||
<div v-html="row.message"></div>
|
||||
|
||||
@@ -57,6 +57,7 @@ const updateData = async () => {
|
||||
await api.fetch(`/admin/address_sender`, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({
|
||||
address: curRow.value.address,
|
||||
address_id: curRow.value.id,
|
||||
balance: senderBalance.value,
|
||||
enabled: senderEnabled.value ? 1 : 0
|
||||
|
||||
Reference in New Issue
Block a user