mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 22:21:09 +10:00
version bump to 1.2.5.954
This commit is contained in:
+2
-2
@@ -453,7 +453,7 @@ function DesktopFolder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Recommended version for spotx
|
# Recommended version for spotx
|
||||||
$onlineFull = "1.2.4.912.g949d5fd0-272"
|
$onlineFull = "1.2.5.954.gf42f9f0a-666"
|
||||||
$online = ($onlineFull -split ".g")[0]
|
$online = ($onlineFull -split ".g")[0]
|
||||||
|
|
||||||
# Check version Spotify offline
|
# Check version Spotify offline
|
||||||
@@ -1504,7 +1504,7 @@ If ($test_spa) {
|
|||||||
extract -counts 'one' -method 'zip' -name 'xpui.css' -helper "FixCss"
|
extract -counts 'one' -method 'zip' -name 'xpui.css' -helper "FixCss"
|
||||||
|
|
||||||
# Fix scroll bug navylx
|
# Fix scroll bug navylx
|
||||||
if ($offline -ge "1.2.4.893") {
|
if ($offline -ge "1.2.4.893" -or $offline -le "1.2.4.912") {
|
||||||
$contents = "fix-scroll-bug-navylx"
|
$contents = "fix-scroll-bug-navylx"
|
||||||
extract -counts 'one' -method 'zip' -name 'xpui.css' -helper "FixCss"
|
extract -counts 'one' -method 'zip' -name 'xpui.css' -helper "FixCss"
|
||||||
}
|
}
|
||||||
|
|||||||
+10
-2
@@ -575,8 +575,8 @@
|
|||||||
},
|
},
|
||||||
"fix-scroll-bug-navylx": {
|
"fix-scroll-bug-navylx": {
|
||||||
"version": {
|
"version": {
|
||||||
"from": "1.1.74",
|
"from": "1.2.4",
|
||||||
"do": ""
|
"do": "1.2.4"
|
||||||
},
|
},
|
||||||
"match": ".nav-ylx .contentSpacing{.+?}",
|
"match": ".nav-ylx .contentSpacing{.+?}",
|
||||||
"replace": ""
|
"replace": ""
|
||||||
@@ -886,6 +886,14 @@
|
|||||||
},
|
},
|
||||||
"match": "(Enable user fraud verification\",default:)(!1|!0)",
|
"match": "(Enable user fraud verification\",default:)(!1|!0)",
|
||||||
"replace": "$1false"
|
"replace": "$1false"
|
||||||
|
},
|
||||||
|
"fraud2": {
|
||||||
|
"version": {
|
||||||
|
"from": "1.2.5",
|
||||||
|
"do": ""
|
||||||
|
},
|
||||||
|
"match": "(Enable the IAV component make api requests\",default:)(!1|!0)",
|
||||||
|
"replace": "$1false"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user