新增最近联系人功能

This commit is contained in:
eoao
2025-10-10 22:22:00 +08:00
parent 8ee140743a
commit 1b441774a4
10 changed files with 238 additions and 28 deletions

View File

@@ -291,7 +291,10 @@ const en = {
clear: 'Clear',
include: 'Include',
delAllEmailConfirm: 'Do you really want to delete it?',
s3Configuration: 'S3 Configuration'
s3Configuration: 'S3 Configuration',
confirmDeletionOfContacts: 'Confirm clearing contacts?',
recentContacts: 'Recent contacts',
selectContacts: 'Select'
}
export default en

View File

@@ -291,7 +291,9 @@ const zh = {
clear: '清除',
include: '包含',
delAllEmailConfirm: '确定要删除吗?',
s3Configuration: 'S3 配置'
s3Configuration: 'S3 配置',
confirmDeletionOfContacts: '确认清除这些联系人吗?',
recentContacts: '最近联系人',
selectContacts: '选中'
}
export default zh