13 lines
275 B
Batchfile
13 lines
275 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
set PYTHONUTF8=1
|
|
set PYTHONIOENCODING=utf-8
|
|
cd /d "%~dp0..\..\..\.."
|
|
echo 开发助理 - 添加经验
|
|
echo.
|
|
echo 请将 AI 输出的 JSON 粘贴到下方,按 Ctrl+Z 回车结束:
|
|
echo.
|
|
python .cursor\scripts\evolution.py add --stdin
|
|
echo.
|
|
pause
|