mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
@@ -1944,11 +1944,20 @@
|
||||
"block_gabo": {
|
||||
"version": {
|
||||
"fr": "1.1.59",
|
||||
"to": ""
|
||||
"to": "1.2.73"
|
||||
},
|
||||
"add": "dodo(?=.receiver-service)",
|
||||
"match": "gabo(?=.receiver-service)",
|
||||
"replace": "dodo"
|
||||
},
|
||||
"block_gabo2": {
|
||||
"version": {
|
||||
"fr": "1.2.74",
|
||||
"to": ""
|
||||
},
|
||||
"add": "dodo(?=.receiver-service(?:/public|[^/]))",
|
||||
"match": "gabo(?=.receiver-service(?:/public|[^/]))",
|
||||
"replace": "dodo"
|
||||
}
|
||||
},
|
||||
"themelyrics": {
|
||||
|
||||
5
run.ps1
5
run.ps1
@@ -2294,7 +2294,10 @@ $regex1 = $old -notmatch $webjson.others.binary.block_update.add
|
||||
$regex2 = $old -notmatch $webjson.others.binary.block_slots.add
|
||||
$regex3 = $old -notmatch $webjson.others.binary.block_slots_2.add
|
||||
$regex4 = $old -notmatch $webjson.others.binary.block_slots_3.add
|
||||
$regex5 = $old -notmatch $webjson.others.binary.block_gabo.add
|
||||
$regex5 = $old -notmatch $(
|
||||
if ([version]$offline -gt [version]'1.2.73.474') { $webjson.others.binary.block_gabo2.add }
|
||||
else { $webjson.others.binary.block_gabo.add }
|
||||
)
|
||||
|
||||
if ($regex1 -and $regex2 -and $regex3 -and $regex4 -and $regex5) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user