Skip to content

Conversation

@miryuko
Copy link

@miryuko miryuko commented Jun 11, 2024

问题:
FileBox组件根据数据类型的不同渲染了不同的列表,而没有明确告诉用户当前渲染的是哪个列表,导致刚上手的用户不能很好的分辨出当前是接受的列表还是发送的列表。

调整:

  1. zh.ts 中添加 sendFileBox: '发件箱'receiveFileBox: '收件箱',并在 en.ts 中添加英文翻译
  2. FileBox.vue 中对 route.name 进行判断,如果为 home 渲染为收件箱,否则渲染为发件箱

@vastsa vastsa merged commit 4a58620 into vastsa:master Jun 11, 2024
@miryuko miryuko deleted the feat--文件箱标题区分收件箱和发件箱 branch June 29, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants