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
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8081
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+20
View File
@@ -0,0 +1,20 @@
name: Kodbox
tags:
- 工具
title: 可道云推出的企业级私有云存储解决方案
type: 工具
description: 可道云推出的企业级私有云存储解决方案
additionalProperties:
key: kodbox
name: Kodbox
tags:
- Tool
shortDescZh: 可道云推出的企业级私有云存储解决方案
shortDescEn: Kodbox is a file manager for web. It is also a web code editor, which allows you to develop websites directly within the web browser.
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://kodcloud.com/
github: https://github.com/kalcaddle/kodbox
document: https://docs.kodcloud.com/

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

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