mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-06 07:57:04 +08:00
feat: update docs (#133)
This commit is contained in:
@@ -247,6 +247,12 @@ onMounted(async () => {
|
|||||||
<n-tag type="info">
|
<n-tag type="info">
|
||||||
FROM: {{ curMail.source }}
|
FROM: {{ curMail.source }}
|
||||||
</n-tag>
|
</n-tag>
|
||||||
|
<n-popconfirm @positive-click="deleteMail">
|
||||||
|
<template #trigger>
|
||||||
|
<n-button tertiary type="error" size="small">{{ t('delete') }}</n-button>
|
||||||
|
</template>
|
||||||
|
{{ t('deleteMailTip') }}
|
||||||
|
</n-popconfirm>
|
||||||
<n-button v-if="curMail.attachments && curMail.attachments.length > 0" size="small" tertiary type="info"
|
<n-button v-if="curMail.attachments && curMail.attachments.length > 0" size="small" tertiary type="info"
|
||||||
@click="getAttachments(curMail.attachments)">
|
@click="getAttachments(curMail.attachments)">
|
||||||
{{ t('attachments') }}
|
{{ t('attachments') }}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# 配置 DKIM
|
# 配置 DKIM
|
||||||
|
|
||||||
|
如果你不想配置 DKIM,可以跳过这一节。
|
||||||
|
|
||||||
参考: [Adding-a-DKIM-Signature](https://support.mailchannels.com/hc/en-us/articles/7122849237389-Adding-a-DKIM-Signature)
|
参考: [Adding-a-DKIM-Signature](https://support.mailchannels.com/hc/en-us/articles/7122849237389-Adding-a-DKIM-Signature)
|
||||||
|
|
||||||
Creating a DKIM private and public key:
|
Creating a DKIM private and public key:
|
||||||
|
|||||||
Reference in New Issue
Block a user