From edd394be67a0e5615aad9ee083ab44a4e3ebeca5 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sun, 19 May 2024 10:12:46 +0800 Subject: [PATCH] update: bilibili to v1.13.4.3360 --- CHANGELOG.MD | 6 ++++++ conf/bilibili_version | 2 +- tools/fix-other.sh | 12 ++++++------ tools/js-decode.js | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 4787a65..0c7c186 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,9 @@ +# 🌈 v1.13.4-1 / 2024-05- + +## πŸš€ εŠŸθƒ½ + +- bilibili: update to v1.13.4.3360 + # 🌈 v1.13.2-2 / 2024-05-10 ## πŸš€ εŠŸθƒ½ diff --git a/conf/bilibili_version b/conf/bilibili_version index e21b90e..583ff04 100644 --- a/conf/bilibili_version +++ b/conf/bilibili_version @@ -1 +1 @@ -1.13.2.3296 \ No newline at end of file +1.13.4.3360 \ No newline at end of file diff --git a/tools/fix-other.sh b/tools/fix-other.sh index db4f4a2..6488747 100755 --- a/tools/fix-other.sh +++ b/tools/fix-other.sh @@ -38,14 +38,14 @@ cat "$root_dir/res/scripts/injectIndex.js" > "app/index.js" notice "====app.js====" notice "屏蔽检桋" -grep -lr 'if(!h7' --exclude="app.asar" . -sed -i 's#if(!h7#if(false\&\&!h7#g' "app/main/app.js" +grep -lr 'if(!Xi' --exclude="app.asar" . +sed -i 's#if(!Xi#if(false\&\&!Xi#g' "app/main/app.js" # ==='win';if(! -grep -lr 'if(!b0)' --exclude="app.asar" . -sed -i 's#if(!b0)#if(false\&\&!b0)#' "app/main/app.js" +grep -lr 'if(!H3)' --exclude="app.asar" . +sed -i 's#if(!H3)#if(false\&\&!H3)#' "app/main/app.js" # global['bootstrapApp'](); -grep -lr 'if(h7)' --exclude="app.asar" . -sed -i 's#if(h7)#if(!h7)#' "app/main/app.js" +grep -lr 'if(Xi)' --exclude="app.asar" . +sed -i 's#if(Xi)#if(!Xi)#' "app/main/app.js" #grep -lr '};!fb' --exclude="app.asar" . #sed -i 's#};!fb#};false\&\&!fb#' "app/main/app.js" diff --git a/tools/js-decode.js b/tools/js-decode.js index 3d31806..68d767c 100755 --- a/tools/js-decode.js +++ b/tools/js-decode.js @@ -64,7 +64,7 @@ resultCode = resultCode.replace( function ($0, $1, $2) { i++; // ζŸ₯ζ‰ΎεΌ‚εΈΈη‚Ή - if(i === 6218){ + if(i == 5580){ // if(i === 3312){ // console.log("--->", $0, $1, $2) // let result = eval('"' + $1 + '"')