mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
473 B
26 lines
473 B
2 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|