feat: Initial commit

This commit is contained in:
wanghe-fit2cloud
2023-02-06 15:53:30 +08:00
parent a0debe9634
commit 3e37609865
67 changed files with 8028 additions and 14 deletions
@@ -0,0 +1,21 @@
{
"formFields": [
{
"type": "service",
"key": "mysql",
"labelZh": "数据库服务",
"labelEn": "Database Service",
"required": true,
"default": "",
"envKey": "PANEL_DB_HOST"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 8089,
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}