faec8549a6
- New GUI (gui.py) calls same core functions as CLI - Add run.bat for parameterized CLI usage - Simplify run_lesson1.bat to just call run.bat - Update README and ARCHITECTURE docs - Add LICENSE
7 lines
368 B
Batchfile
7 lines
368 B
Batchfile
@echo off
|
|
:: 预置脚本:运行福田夜校第一节课
|
|
call "%~dp0run.bat" ^
|
|
"D:\F\yc\课程上架\福田商圈夜校\课程视频\直播回放-03月18日.mp4" ^
|
|
"D:\F\yc\课程上架\福田商圈夜校\课程视频\钢琴演奏入门第一课.pptx" ^
|
|
"D:\F\NewI\opencode\daily-workspace\projects\piano-lesson-highlights\cases\lesson1\output_cli_full"
|