feat: 优化歌词下一首的滚动

This commit is contained in:
alger
2025-01-19 13:35:10 +08:00
parent 93829acdab
commit ba95dc11fe
2 changed files with 21 additions and 3 deletions
-1
View File
@@ -152,7 +152,6 @@ export const getTextColors = (gradient: string = ''): ITextColors => {
if (!gradient) return defaultColors;
const colors = parseGradient(gradient);
console.log('colors', colors);
if (!colors.length) return defaultColors;
const mainColor = colors.length === 1 ? colors[0] : colors[1] || colors[0];