mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 22:50:56 +10:00
fixed Static color for lyrics
This commit is contained in:
+10
-6
@@ -1324,11 +1324,13 @@ if ($test_js) {
|
|||||||
$name_file = 'xpui-routes-lyrics.css'
|
$name_file = 'xpui-routes-lyrics.css'
|
||||||
extract -counts 'one' -method 'nonezip' -name $name_file -helper 'Lyrics-color'
|
extract -counts 'one' -method 'nonezip' -name $name_file -helper 'Lyrics-color'
|
||||||
}
|
}
|
||||||
if ($offline -ge "1.1.99.871" -and $offline -le "1.2.2.582") {
|
if ($offline -ge "1.1.99.871") {
|
||||||
$contents = "fixcsslyricscolor2"
|
$contents = "fixcsslyricscolor2"
|
||||||
extract -counts 'one' -method 'nonezip' -name 'xpui.css' -helper 'FixCss'
|
extract -counts 'one' -method 'nonezip' -name 'xpui.css' -helper 'FixCss'
|
||||||
$name_file = 'xpui-routes-lyrics.js'
|
if ($offline -le "1.2.2.582") {
|
||||||
extract -counts 'one' -method 'nonezip' -name $name_file -helper 'Lyrics-color'
|
$name_file = 'xpui-routes-lyrics.js'
|
||||||
|
extract -counts 'one' -method 'nonezip' -name $name_file -helper 'Lyrics-color'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
# mini lyrics
|
# mini lyrics
|
||||||
if ($offline -ge "1.2.0.1155") {
|
if ($offline -ge "1.2.0.1155") {
|
||||||
@@ -1467,11 +1469,13 @@ If ($test_spa) {
|
|||||||
extract -counts 'one' -method 'zip' -name $name_file -helper 'Lyrics-color'
|
extract -counts 'one' -method 'zip' -name $name_file -helper 'Lyrics-color'
|
||||||
}
|
}
|
||||||
# new
|
# new
|
||||||
if ($offline -ge "1.1.99.871" -and $offline -le "1.2.2.582") {
|
if ($offline -ge "1.1.99.871") {
|
||||||
$contents = "fixcsslyricscolor2"
|
$contents = "fixcsslyricscolor2"
|
||||||
extract -counts 'one' -method 'zip' -name 'xpui.css' -helper 'FixCss'
|
extract -counts 'one' -method 'zip' -name 'xpui.css' -helper 'FixCss'
|
||||||
$name_file = 'xpui-routes-lyrics.js'
|
if ($offline -le "1.2.2.582") {
|
||||||
extract -counts 'one' -method 'zip' -name $name_file -helper 'Lyrics-color'
|
$name_file = 'xpui-routes-lyrics.js'
|
||||||
|
extract -counts 'one' -method 'zip' -name $name_file -helper 'Lyrics-color'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
# mini lyrics
|
# mini lyrics
|
||||||
if ($offline -ge "1.2.0.1155") {
|
if ($offline -ge "1.2.0.1155") {
|
||||||
|
|||||||
Reference in New Issue
Block a user