diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 5436c68..fae7bd3 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 ## 🚀 ćŠŸèƒœ diff --git a/conf/bilibili_version b/conf/bilibili_version index ccb0732..fed46cc 100644 --- a/conf/bilibili_version +++ b/conf/bilibili_version @@ -1 +1 @@ -1.13.6.3422 \ No newline at end of file +1.14.0.3432 \ No newline at end of file diff --git a/tools/fix-other.sh b/tools/fix-other.sh index 3380192..8073690 100755 --- a/tools/fix-other.sh +++ b/tools/fix-other.sh @@ -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"