Skip to content

相似歌手接口需要登录;未登录获取艺人热门歌曲没有图片 #2286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 13, 2024
Merged
Prev Previous commit
Next Next commit
fix: 默认值错误导致加载空节点
  • Loading branch information
Younglina committed Jul 30, 2024
commit 159940d4939eef8be3a4a14cf79cb21f31ee2c6e
2 changes: 1 addition & 1 deletion src/components/CoverRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
props: {
items: { type: Array, required: true },
type: { type: String, required: true },
subText: { type: String, default: 'null' },
subText: { type: String, default: 'none' },
subTextFontSize: { type: String, default: '16px' },
showPlayCount: { type: Boolean, default: false },
columnNumber: { type: Number, default: 5 },
Expand Down