feat: add app ChatGPT-Adapter

This commit is contained in:
arch3rPro
2025-08-06 11:18:38 +08:00
parent fd5e0ac49d
commit bc52988dcc
9 changed files with 934 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: API Port
labelZh: API接口端口
label:
en: API Port
zh: API接口端口
zh-Hant: API接口埠
required: true
rule: paramPort
type: number
- default: 3000
envKey: PANEL_APP_PORT_BROWSER
labelEn: Browser-less Port
labelZh: Browser-less端口
label:
en: Browser-less Port
zh: Browser-less端口
zh-Hant: Browser-less埠
required: true
rule: paramPort
type: number