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: 3001
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+20
View File
@@ -0,0 +1,20 @@
name: Uptime Kuma
tags:
- 工具
title: 一个自托管的监控工具
type: 工具
description: 一个自托管的监控工具
additionalProperties:
key: uptime-kuma
name: Uptime Kuma
tags:
- Tool
shortDescZh: 一个自托管的监控工具
shortDescEn: A fancy self-hosted monitoring tool
type: tool
crossVersionUpdate: false
limit: 0
recommend: 0
website: https://uptime.kuma.pet/
github: https://github.com/louislam/uptime-kuma
document: https://github.com/louislam/uptime-kuma/wiki

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

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