修正搜索歌曲提示框文案(#2050)

pull/1235/merge
lyswhut 2024-09-24 18:40:32 +08:00
parent c0bcac25ea
commit 7247bcad1b
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
- 新增托盘图标颜色 跟随系统亮暗模式 设置,可以在 设置-其他 启用 #2016 - 新增托盘图标颜色 跟随系统亮暗模式 设置,可以在 设置-其他 启用 #2016
### 优化
- 修正搜索歌曲提示框文案(#2050
### 修复 ### 修复
- 修复歌单详情页内歌单名字过长时的UI显示问题#2028 - 修复歌单详情页内歌单名字过长时的UI显示问题#2028

View File

@ -46,7 +46,7 @@ export default {
props: { props: {
placeholder: { placeholder: {
type: String, type: String,
default: 'Find for something...', default: 'Search for something...',
}, },
list: { list: {
type: Array, type: Array,