feat: 完成基础功能

This commit is contained in:
chuan
2026-06-02 23:56:19 +08:00
Unverified
parent e80539af4c
commit 1b7c87f2f2
8 changed files with 564 additions and 17 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
cd /d "%~dp0"
uv run auto-answer practice --answer-count -1 --delay-ms 500
pause