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
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: mysql
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Root Password
labelZh: root用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: mysql
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Root Password
labelZh: root用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+20
View File
@@ -0,0 +1,20 @@
name: MySQL
tags:
- 数据库
title: MySQL 开源关系型数据库
type: 数据库
description: MySQL 开源关系型数据库
additionalProperties:
key: mysql
name: MySQL
tags:
- Database
shortDescZh: MySQL 开源关系型数据库
shortDescEn: Open source relational database management system
type: runtime
crossVersionUpdate: false
limit: 1
recommend: 4
website: https://www.mysql.com
github: https://github.com/mysql/mysql-server
document: https://dev.mysql.com/doc/

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

-23
View File
@@ -1,23 +0,0 @@
{
"formFields": [
{
"type": "password",
"labelZh": "root用户密码",
"labelEn": "Root Password",
"required": true,
"default": "mysql",
"random": true,
"rule": "paramComplexity",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 3306,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}
-20
View File
@@ -1,20 +0,0 @@
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
This is a release of MySQL, an SQL database server.
License information can be found in the LICENSE file.
In test packages where this file is renamed README-test, the license
file is renamed LICENSE-test.
This distribution may include materials developed by third parties.
For license and attribution notices for these materials,
please refer to the LICENSE file.
For further information on MySQL or additional documentation, visit
http://dev.mysql.com/doc/
For additional downloads and the source of MySQL, visit
http://dev.mysql.com/downloads/
MySQL is brought to you by the MySQL team at Oracle.
-23
View File
@@ -1,23 +0,0 @@
{
"formFields": [
{
"type": "password",
"labelZh": "root用户密码",
"labelEn": "Root Password",
"required": true,
"default": "mysql",
"random": true,
"rule": "paramComplexity",
"envKey": "PANEL_DB_ROOT_PASSWORD"
},
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 3306,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}