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
+9
View File
@@ -0,0 +1,9 @@
additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+20
View File
@@ -0,0 +1,20 @@
name: Jenkins
tags:
- CI/CD
title: 开源的持续集成工具
type: CI/CD
description: 开源的持续集成工具
additionalProperties:
key: jenkins
name: Jenkins
tags:
- CI/CD
shortDescZh: 开源的持续集成工具
shortDescEn: Build great things at any scale
type: tool
crossVersionUpdate: false
limit: 1
recommend: 0
website: https://www.jenkins.io/
github: https://github.com/jenkinsci/jenkins
document: https://www.jenkins.io/doc/book/

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

-13
View File
@@ -1,13 +0,0 @@
{
"formFields": [
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 8080,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}