Skip to content

Commit

Permalink
update: bilibili to v1.16.2.4056
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jan 12, 2025
1 parent e6f2ae5 commit ff371d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"env": {
// "ELECTRON_FORCE_IS_PACKAGED": "true"
},
"args": ["app/app"],
"args": ["app/app", "--disable-gpu"],
// "program": "${workspaceRoot}/app/app/index.js",
"outputCapture": "std"

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 🌈 v1.16.2-1 / 2025-01-12

## 🚀 版本

- bilibili: update to v1.16.2.4056

# 🌈 v1.16.1-3 / 2025-01-04

## 🚀 功能
Expand Down
2 changes: 1 addition & 1 deletion conf/bilibili_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.1.3923
1.16.2.4056
4 changes: 2 additions & 2 deletions tools/fix-other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ notice "屏蔽检测"
# grep -lr 'if (!dj' --exclude="app.asar" .
# sed -i 's#if (!dj#if(false\&\&!dj#g' "app/main/app.js"
# ==='win';if(! 警告11
grep -lr 'if (!iL)' --exclude="app.asar" .
sed -i 's#if (!iL)#if(false\&\&!iL)#' "app/main/app.js"
grep -lr 'if (!iT)' --exclude="app.asar" .
sed -i 's#if (!iT)#if(false\&\&!iT)#' "app/main/app.js"
# global['bootstrapApp']();
# grep -lr 'if (dj)' --exclude="app.asar" .
# sed -i 's#if (dj)#if(!dj)#' "app/main/app.js"
Expand Down

0 comments on commit ff371d4

Please sign in to comment.