feat: 文件箱标题区分收件箱和发件箱

This commit is contained in:
miryuko
2024-06-11 18:15:59 +08:00
parent 02e8dc451a
commit b0f7f880d6
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ export default {
fileBox: {
copySuccess: 'Copied successfully',
inputNotEmpty: 'Please enter the five-digit pickup code',
fileBox: 'File Box',
sendFileBox: 'Send File Box',
receiveFileBox: 'Receive File Box',
textDetail: 'Text Detail',
copy: 'Copy',
close: 'Close',
+2 -1
View File
@@ -31,7 +31,8 @@ export default {
fileBox: {
copySuccess: '复制成功',
inputNotEmpty: '请输入五位取件码',
fileBox: '件箱',
sendFileBox: '件箱',
receiveFileBox: '收件箱',
textDetail: '文本详情',
copy: '复 制',
close: '关 闭',