From ff371d44eeb5560c890fc962e3f6c461f34178c5 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sun, 12 Jan 2025 11:17:24 +0800 Subject: [PATCH] update: bilibili to v1.16.2.4056 --- .vscode/launch.json | 2 +- CHANGELOG.MD | 6 ++++++ conf/bilibili_version | 2 +- tools/fix-other.sh | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 83f122b..ac2dd99 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7979179..a99e729 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 ## 🚀 ćŠŸèƒœ diff --git a/conf/bilibili_version b/conf/bilibili_version index b67e5ce..0cec8e4 100644 --- a/conf/bilibili_version +++ b/conf/bilibili_version @@ -1 +1 @@ -1.16.1.3923 \ No newline at end of file +1.16.2.4056 \ No newline at end of file diff --git a/tools/fix-other.sh b/tools/fix-other.sh index c8e7302..8b55498 100755 --- a/tools/fix-other.sh +++ b/tools/fix-other.sh @@ -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"