6.7.0 - Alpha6 - README.md "Android Studio 准备" 小节增加 Linux 下载链接

This commit is contained in:
SuperMonster003
2025-09-24 15:42:34 +08:00
parent 542e86f8fa
commit e46a3bd15b
15 changed files with 277 additions and 231 deletions

View File

@@ -0,0 +1,16 @@
@ECHO OFF
:RUN
py "generate_markdown.py"
ECHO.
ECHO Press [R] to rerun the scrapers, or [ESC]/[Enter]/[Space] to exit...
powershell -NoLogo -NoProfile -Command "$ErrorActionPreference='Stop'; while($true){ $k=$Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown'); if($k.VirtualKeyCode -eq 27 -or $k.VirtualKeyCode -eq 13 -or $k.Character -eq ' '){ exit 1 } elseif($k.Character -match '^[Rr]$'){ exit 0 } }"
IF ERRORLEVEL 1 GOTO EXIT
ECHO.
GOTO RUN
:EXIT
ECHO.
EXIT /B