发布 PinAI ImageGen 技能

添加技能说明与一键 Key 设置器。
This commit is contained in:
2026-08-09 07:52:57 +02:00
commit 2dd17e5248
2 changed files with 52 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@echo off
setlocal
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\setup_pinai_key.ps1"
if errorlevel 1 (
echo.
echo Key 设置器未能启动。请联系交付方。
pause
)
endlocal