Skip to content

Commit

Permalink
update: bilibili to v1.14.0.3432
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jun 30, 2024
1 parent a148022 commit 5aaa0c9
Show file tree
Hide file tree
Showing 3 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.14.0-1 / 2024-06-30

## 🚀 功能

- bilibili: update to v1.14.0.3432

# 🌈 v1.13.6-2 / 2024-06-16

## 🚀 功能
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.6.3422
1.14.0.3432
14 changes: 7 additions & 7 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 (!d8' --exclude="app.asar" .
sed -i 's#if (!d8#if(false\&\&!d8#g' "app/main/app.js"
# ==='win';if(!
grep -lr 'if (!i4)' --exclude="app.asar" .
sed -i 's#if (!i4)#if(false\&\&!i4)#' "app/main/app.js"
grep -lr 'if (!dg' --exclude="app.asar" .
sed -i 's#if (!dg#if(false\&\&!dg#g' "app/main/app.js"
# ==='win';if(! 警告9
grep -lr 'if (!im)' --exclude="app.asar" .
sed -i 's#if (!im)#if(false\&\&!im)#' "app/main/app.js"
# global['bootstrapApp']();
grep -lr 'if (d8)' --exclude="app.asar" .
sed -i 's#if (d8)#if(!d8)#' "app/main/app.js"
grep -lr 'if (dg)' --exclude="app.asar" .
sed -i 's#if (dg)#if(!dg)#' "app/main/app.js"
#grep -lr '};!fb' --exclude="app.asar" .
#sed -i 's#};!fb#};false\&\&!fb#' "app/main/app.js"

Expand Down

0 comments on commit 5aaa0c9

Please sign in to comment.