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
+16
View File
@@ -0,0 +1,16 @@
additionalProperties:
formFields:
- default: ""
envKey: PANEL_DB_HOST
key: mysql
labelEn: Database Service
labelZh: 数据库服务
required: true
type: service
- default: 8089
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+20
View File
@@ -0,0 +1,20 @@
name: phpMyAdmin
tags:
- 工具
title: 基于 Web 的 MySQL 数据库管理工具
type: 工具
description: 基于 Web 的 MySQL 数据库管理工具
additionalProperties:
key: phpmyadmin
name: phpMyAdmin
tags:
- Tool
shortDescZh: 基于 Web 的 MySQL 数据库管理工具
shortDescEn: MySQL database management tools
type: tool
crossVersionUpdate: true
limit: 1
recommend: 0
website: https://www.phpmyadmin.net/
github: https://github.com/phpmyadmin/phpmyadmin
document: https://www.phpmyadmin.net/docs/

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -1,22 +0,0 @@
{
"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,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}