7 lines
134 B
Batchfile
7 lines
134 B
Batchfile
|
|
@echo off
|
||
|
|
chcp 65001 >nul
|
||
|
|
cd /d "%~dp0..\..\..\.."
|
||
|
|
echo 开发助理 - 列出经验池
|
||
|
|
python .cursor\scripts\evolution.py list
|
||
|
|
pause
|