mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 16:29:17 +08:00
26 lines
473 B
JSON
26 lines
473 B
JSON
{
|
|
"version": "0.1",
|
|
"tags": [
|
|
{
|
|
"key": "WebSite",
|
|
"name": "网站"
|
|
},
|
|
{
|
|
"key": "Datastore",
|
|
"name": "数据库"
|
|
}
|
|
],
|
|
"items": [
|
|
{
|
|
"key": "mysql",
|
|
"name": "Mysql",
|
|
"tags": ["Datastore"],
|
|
"versions": ["5.7.39","8.0.30"],
|
|
"short_desc": "常用关系型数据库",
|
|
"icon": "mysql.png",
|
|
"author": "Oracle",
|
|
"type": "internal",
|
|
"source": "https://www.mysql.com"
|
|
}
|
|
]
|
|
} |