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: 80
disabled: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
type: number
- default: 443
disabled: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
type: number
+20
View File
@@ -0,0 +1,20 @@
name: OpenResty
tags:
- Web 服务器
title: 基于 NGINX 和 LuaJIT 的 Web 平台
type: Web 服务器
description: 基于 NGINX 和 LuaJIT 的 Web 平台
additionalProperties:
key: openresty
name: OpenResty
tags:
- Server
shortDescZh: 基于 NGINX 和 LuaJIT 的 Web 平台
shortDescEn: High performance web platform based on Nginx and LuaJIT
type: runtime
crossVersionUpdate: true
limit: 1
recommend: 3
website: https://openresty.org
github: https://github.com/openresty/openresty
document: http://openresty.org/cn/getting-started.html

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

@@ -1,23 +0,0 @@
{
"formFields": [
{
"type": "number",
"labelZh": "HTTP 端口",
"labelEn": "HTTP Port",
"required": true,
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"disabled": true
},
{
"type": "number",
"labelZh": "HTTPS 端口",
"labelEn": "HTTPS Port",
"required": true,
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"disabled": true
}
]
}