修正搜索歌曲提示框文案(#2050)
parent
c0bcac25ea
commit
7247bcad1b
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
- 新增托盘图标颜色 跟随系统亮暗模式 设置,可以在 设置-其他 启用 (#2016)
|
- 新增托盘图标颜色 跟随系统亮暗模式 设置,可以在 设置-其他 启用 (#2016)
|
||||||
|
|
||||||
|
### 优化
|
||||||
|
|
||||||
|
- 修正搜索歌曲提示框文案(#2050)
|
||||||
|
|
||||||
### 修复
|
### 修复
|
||||||
|
|
||||||
- 修复歌单详情页内歌单名字过长时的UI显示问题(#2028)
|
- 修复歌单详情页内歌单名字过长时的UI显示问题(#2028)
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue