Skip to content

Commit

Permalink
update: bilibili to v1.13.4.3360
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 19, 2024
1 parent e37c7a9 commit edd394b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 🌈 v1.13.4-1 / 2024-05-

## 🚀 功能

- bilibili: update to v1.13.4.3360

# 🌈 v1.13.2-2 / 2024-05-10

## 🚀 功能
Expand Down
2 changes: 1 addition & 1 deletion conf/bilibili_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.2.3296
1.13.4.3360
12 changes: 6 additions & 6 deletions tools/fix-other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion tools/js-decode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 + '"')
Expand Down

0 comments on commit edd394b

Please sign in to comment.