首次提交: OnebotCatalog 项目代码与文档(含 NX 按需生成服务二期、后台、一键启动)

This commit is contained in:
wangruiguo
2026-09-03 17:55:45 +08:00
commit fafa86d3a6
241 changed files with 78656 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@echo off
setlocal
cd /d "%~dp0"
echo ==== trigger /gen (KC0032-87, non-standard stroke) ====
curl.exe -s -X POST http://localhost:8899/gen -H "Content-Type: application/json" -d "{\"series\":\"KC\",\"params\":{\"type\":\"00\",\"bore\":32,\"stroke\":87,\"magnet\":\"\",\"mount\":\"\"},\"code\":\"KC0032-87\"}"
echo.
echo exit = %ERRORLEVEL%
echo.
echo ==== newest job files ====
dir /b /o-d "jobs\job_*.json" 2>nul
endlocal