mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat(metamcp): 为配置项添加可编辑属性
This commit is contained in:
@@ -7,6 +7,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Web Port
|
en: Web Port
|
||||||
zh: HTTP 端口
|
zh: HTTP 端口
|
||||||
@@ -17,6 +18,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Database
|
en: Database
|
||||||
zh: 数据库名
|
zh: 数据库名
|
||||||
@@ -28,6 +30,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: User
|
en: User
|
||||||
zh: 数据库用户
|
zh: 数据库用户
|
||||||
@@ -39,6 +42,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Password
|
en: Password
|
||||||
zh: 数据库用户密码
|
zh: 数据库用户密码
|
||||||
@@ -48,6 +52,7 @@ additionalProperties:
|
|||||||
labelZh: 应用访问地址
|
labelZh: 应用访问地址
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Application URL
|
en: Application URL
|
||||||
zh: 应用访问地址
|
zh: 应用访问地址
|
||||||
@@ -57,6 +62,7 @@ additionalProperties:
|
|||||||
labelZh: 公共应用访问地址
|
labelZh: 公共应用访问地址
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Public Application URL
|
en: Public Application URL
|
||||||
zh: 公共应用访问地址
|
zh: 公共应用访问地址
|
||||||
@@ -68,6 +74,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Auth Secret
|
en: Auth Secret
|
||||||
zh: 认证密钥
|
zh: 认证密钥
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Web Port
|
en: Web Port
|
||||||
zh: HTTP 端口
|
zh: HTTP 端口
|
||||||
@@ -17,6 +18,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Database
|
en: Database
|
||||||
zh: 数据库名
|
zh: 数据库名
|
||||||
@@ -28,6 +30,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: User
|
en: User
|
||||||
zh: 数据库用户
|
zh: 数据库用户
|
||||||
@@ -39,6 +42,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Password
|
en: Password
|
||||||
zh: 数据库用户密码
|
zh: 数据库用户密码
|
||||||
@@ -48,6 +52,7 @@ additionalProperties:
|
|||||||
labelZh: 应用访问地址
|
labelZh: 应用访问地址
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Application URL
|
en: Application URL
|
||||||
zh: 应用访问地址
|
zh: 应用访问地址
|
||||||
@@ -57,6 +62,7 @@ additionalProperties:
|
|||||||
labelZh: 公共应用访问地址
|
labelZh: 公共应用访问地址
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Public Application URL
|
en: Public Application URL
|
||||||
zh: 公共应用访问地址
|
zh: 公共应用访问地址
|
||||||
@@ -68,6 +74,7 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
edit: true
|
||||||
label:
|
label:
|
||||||
en: Auth Secret
|
en: Auth Secret
|
||||||
zh: 认证密钥
|
zh: 认证密钥
|
||||||
|
|||||||
Reference in New Issue
Block a user