Skip to content

Commit

Permalink
更新 patch_bilibili.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liusj5257 authored May 9, 2024
1 parent 5f9a663 commit 72b709d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/patch_bilibili.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
download_azurlane () {
if [ ! -f "AzurLane.apk" ]; then
# 下载游戏apk的地址,我找不到一个固定的链接,理论上每次更新客户端都要手动改地址
url="https://github.com/hmgdd101/azurlane/releases/download/default/blhx_7.1.1_20230610_1_20230616_031339_073b2.apk"
url="https://pkg.biligame.com/games/blhx_8.1.1_20240426_1_20240429_053419_20cea.apk"
# 使用wget命令下载apk文件
axel -n 16 -k -o blhx.apk $url
fi
Expand Down

0 comments on commit 72b709d

Please sign in to comment.