Skip to content

Commit

Permalink
update: bilibili to v1.13.2.3296
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Apr 5, 2024
1 parent eb7de7a commit 2ea3c56
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 🌈 v1.13.2-1 / 2024-04-05

## 🚀 功能
- bilibili: update to v1.13.2.3296

# 🌈 v1.13.0-2 / 2023-12-29

## 🐞 修复
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.0.3194
1.13.2.3296
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(!F7' --exclude="app.asar" .
sed -i 's#if(!F7#if(false\&\&!F7#g' "app/main/app.js"
grep -lr 'if(!h7' --exclude="app.asar" .
sed -i 's#if(!h7#if(false\&\&!h7#g' "app/main/app.js"
# ==='win';if(!
grep -lr 'if(!eo)' --exclude="app.asar" .
sed -i 's#if(!eo)#if(false\&\&!eo)#' "app/main/app.js"
grep -lr 'if(!b0)' --exclude="app.asar" .
sed -i 's#if(!b0)#if(false\&\&!b0)#' "app/main/app.js"
# global['bootstrapApp']();
grep -lr 'if(F7)' --exclude="app.asar" .
sed -i 's#if(F7)#if(!F7)#' "app/main/app.js"
grep -lr 'if(h7)' --exclude="app.asar" .
sed -i 's#if(h7)#if(!h7)#' "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 === 17709){
if(i === 6218){
// if(i === 3312){
// console.log("--->", $0, $1, $2)
// let result = eval('"' + $1 + '"')
Expand Down

0 comments on commit 2ea3c56

Please sign in to comment.