修复V4任务详情来源邮件展示

This commit is contained in:
andy
2026-07-21 10:29:03 +07:00
parent b44ab94113
commit c28130b3da
8 changed files with 488 additions and 35 deletions

View File

@@ -625,6 +625,12 @@ export default {
conversationCount: 'Conversation messages',
attachments: 'Attachments',
excerpt: 'Email excerpt',
body: 'Current email body',
bodyLoading: 'Loading current email body...',
bodyLoadFailed: 'Current email body cannot be loaded right now. Open the email conversation to view it.',
noBody: 'No current email body.',
showFullBody: 'Show full body',
collapseBody: 'Collapse body',
noExcerpt: 'No email excerpt',
noAttachments: 'No attachments',
},