mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 17:33:45 +08:00
Fix: changed detection backend to homography in B1 and B2
This commit is contained in:
2
alas.bat
2
alas.bat
@@ -52,7 +52,7 @@ for /f "delims=" %%a in (!config!) do (
|
||||
|
||||
)
|
||||
)
|
||||
%CURL% -s https://api.github.com/repos/lmeszinc/AzurLaneAutoScript/git/refs/heads/master?access_token=!github_token! > %~dp0log\API_GIT.json
|
||||
%CURL% -s https://api.github.com/repos/lmeszinc/AzurLaneAutoScript/git/refs/heads/master?access_token=!github_token! > %~dp0log\api_git.json
|
||||
endlocal
|
||||
FOR /f "skip=5 tokens=2 delims=:," %%I IN (%API_JSON%) DO IF NOT DEFINED sha SET "sha=%%I"
|
||||
set sha=%sha:"=%
|
||||
|
||||
Reference in New Issue
Block a user