mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-21 18:40:20 +10:00
fixed uncorrect color in lyrics
- fixed uncorrect color in lyrics when using static theme
This commit is contained in:
@@ -945,6 +945,12 @@ function Helper($paramname) {
|
||||
$webjson.others.$lyrics.replace[4] = '$1' + '"' + $background + '"'
|
||||
$webjson.others.$lyrics.replace[5] = '$1' + '"' + $hover + '"'
|
||||
$webjson.others.$lyrics.replace[6] = '$1' + '"' + $maxmatch + '"'
|
||||
if ([version]$offline -ge [version]"1.2.6.861") {
|
||||
$webjson.others.$lyrics.replace[7] = '$1' + '"' + $maxmatch + '"' + '$3'
|
||||
}
|
||||
else {
|
||||
$webjson.others.$lyrics.match = $webjson.others.$lyrics.match | Where-Object { $_ -ne $webjson.others.$lyrics.match[7] }
|
||||
}
|
||||
}
|
||||
|
||||
# xpui-routes-lyrics.css
|
||||
|
||||
Reference in New Issue
Block a user