forked from whudqw/pinai-imagegen
发布 PinAI ImageGen 技能
添加技能说明与一键 Key 设置器。
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user