优化communication详情页标题
This commit is contained in:
parent
22df1f2ca5
commit
583832c246
@ -396,7 +396,6 @@ const statusBadge = computed(() => {
|
||||
const deliveryBadge = computed(() => {
|
||||
const map: Record<string, { label: string; class: string }> = {
|
||||
'Opened': { label: t('Opened'), class: 'delivery-opened' },
|
||||
'Sent': { label: t('Sent'), class: 'delivery-sent' },
|
||||
'Bounced': { label: t('Bounced'), class: 'delivery-bounced' },
|
||||
'Error': { label: t('Error'), class: 'delivery-error' },
|
||||
'Sending': { label: t('Sending'), class: 'delivery-sending' },
|
||||
@ -1125,7 +1124,6 @@ watch(
|
||||
.status-badge.status-closed { background: #f3f4f6; color: #6b7280; }
|
||||
.status-badge.status-linked { background: #ede9fe; color: #5b21b6; }
|
||||
.delivery-badge.delivery-opened { background: #d1fae5; color: #065f46; }
|
||||
.delivery-badge.delivery-sent { background: #dbeafe; color: #1d4ed8; }
|
||||
.delivery-badge.delivery-bounced { background: #fee2e2; color: #991b1b; }
|
||||
.delivery-badge.delivery-error { background: #fee2e2; color: #991b1b; }
|
||||
.delivery-badge.delivery-sending { background: #fef3c7; color: #92400e; }
|
||||
|
||||
@ -20319,7 +20319,7 @@ msgstr "不支持对{}进行树结构重建"
|
||||
#. Option for the 'Sent or Received' (Select) field in PageType 'Communication'
|
||||
#: jingrow/core/pagetype/communication/communication.json
|
||||
msgid "Received"
|
||||
msgstr "已接收"
|
||||
msgstr "收件"
|
||||
|
||||
#: jingrow/integrations/pagetype/token_cache/token_cache.py:50
|
||||
msgid "Received an invalid token type."
|
||||
@ -23071,7 +23071,7 @@ msgstr "发送中..."
|
||||
#: jingrow/email/pagetype/newsletter/newsletter.js:196
|
||||
#: jingrow/email/pagetype/newsletter/newsletter_list.js:5
|
||||
msgid "Sent"
|
||||
msgstr "已发送"
|
||||
msgstr "发件"
|
||||
|
||||
#. Label of a Data field in PageType 'Email Account'
|
||||
#. Label of a Data field in PageType 'Email Domain'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user