feat: 应用商店升级到 v2 版本 (#91)

This commit is contained in:
zhengkunwang223
2023-05-18 18:25:00 +08:00
committed by GitHub
parent f29958aac0
commit a1b44954ba
525 changed files with 1807 additions and 3756 deletions
+25
View File
@@ -0,0 +1,25 @@
additionalProperties:
formFields:
- default: mongo
envKey: PANEL_DB_ROOT_USER
labelEn: Root Username
labelZh: Root 用户名
random: true
required: true
rule: paramCommon
type: text
- default: mongo
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Root Password
labelZh: Root 用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 27017
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+20
View File
@@ -0,0 +1,20 @@
name: MongoDB
tags:
- 数据库
title: MongoDB 开源文档数据库
type: 数据库
description: MongoDB 开源文档数据库
additionalProperties:
key: mongodb
name: MongoDB
tags:
- Database
shortDescZh: MongoDB 开源文档数据库
shortDescEn: Fractional file storage database
type: runtime
crossVersionUpdate: false
limit: 1
recommend: 0
website: https://www.mongodb.com/
github: https://github.com/mongodb/mongo
document: https://www.mongodb.com/docs/

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

-33
View File
@@ -1,33 +0,0 @@
{
"formFields": [
{
"type": "text",
"labelZh": "Root 用户名",
"labelEn": "Root Username",
"required": true,
"default": "mongo",
"random": true,
"rule": "paramCommon",
"envKey": "PANEL_DB_ROOT_USER"
},
{
"type": "password",
"labelZh": "Root 用户密码",
"labelEn": "Root Password",
"required": true,
"default": "mongo",
"random": true,
"rule": "paramComplexity",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 27017,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}