mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:解除部分应用端口输入限制
This commit is contained in:
parent
973431d8a1
commit
f39017ad66
@ -1,10 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 10086
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,10 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 10086
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -8,7 +8,7 @@ additionalProperties:
|
||||
required: true
|
||||
type: text
|
||||
- default: 6000
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
@ -8,7 +8,7 @@ additionalProperties:
|
||||
required: true
|
||||
type: text
|
||||
- default: 6000
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
@ -8,7 +8,7 @@ additionalProperties:
|
||||
required: true
|
||||
type: text
|
||||
- default: 7000
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
@ -8,7 +8,7 @@ additionalProperties:
|
||||
required: true
|
||||
type: text
|
||||
- default: 7000
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
@ -1,10 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 16601
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,10 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 16601
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,7 +1,7 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 7333
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
@ -1,7 +1,7 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 7333
|
||||
disabled: true
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
|
Loading…
Reference in New Issue
Block a user