2024-07-29 17:36:56 +08:00
|
|
|
name: 💡 提交应用
|
2024-07-29 17:26:39 +08:00
|
|
|
description: 提交您想要添加到 1Panel 的应用
|
|
|
|
title: "[应用提交]"
|
|
|
|
labels: app
|
2024-07-29 18:03:28 +08:00
|
|
|
assignees: QYG2297248353
|
2024-07-29 17:26:39 +08:00
|
|
|
body:
|
|
|
|
- type: markdown
|
2024-07-29 17:47:23 +08:00
|
|
|
id: base_info
|
2024-07-29 17:26:39 +08:00
|
|
|
attributes:
|
|
|
|
value: "## 基本信息"
|
|
|
|
- type: input
|
|
|
|
id: version
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: "1Panel 版本号"
|
|
|
|
description: "请提供您的 1Panel 版本号"
|
|
|
|
- type: input
|
|
|
|
id: email
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: "邮箱"
|
|
|
|
description: "请提供您的邮箱"
|
|
|
|
- type: dropdown
|
|
|
|
id: app_type
|
2024-07-29 18:03:28 +08:00
|
|
|
validations:
|
|
|
|
required: true
|
2024-07-29 17:26:39 +08:00
|
|
|
attributes:
|
|
|
|
label: "应用类型"
|
2024-07-29 18:06:18 +08:00
|
|
|
multiple: false
|
2024-07-29 17:26:39 +08:00
|
|
|
options:
|
|
|
|
- 开源
|
|
|
|
- 闭源
|
2024-07-29 18:06:18 +08:00
|
|
|
- 半开源
|
2024-07-29 18:01:36 +08:00
|
|
|
default: 0
|
2024-07-29 17:26:39 +08:00
|
|
|
- type: input
|
|
|
|
id: app_url
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
2024-07-29 18:01:36 +08:00
|
|
|
label: "应用链接"
|
|
|
|
description: "请提供应用的 Docker Hub 或 GitHub 或 官网 链接"
|
2024-07-29 17:26:39 +08:00
|
|
|
- type: input
|
|
|
|
id: app_name
|
|
|
|
attributes:
|
|
|
|
label: "应用名称"
|
|
|
|
description: "请提供应用的名称"
|
|
|
|
- type: input
|
|
|
|
id: app_version
|
|
|
|
attributes:
|
|
|
|
label: "应用版本"
|
|
|
|
description: "请提供应用的版本"
|
2024-07-29 17:54:26 +08:00
|
|
|
- type: textarea
|
2024-07-29 17:26:39 +08:00
|
|
|
id: details
|
|
|
|
attributes:
|
|
|
|
label: "应用描述"
|
|
|
|
description: "请提供应用的描述"
|
2024-07-29 17:54:26 +08:00
|
|
|
placeholder: "简单描述需要上架的理由"
|
2024-07-29 17:26:39 +08:00
|
|
|
- type: checkboxes
|
|
|
|
id: authorization
|
|
|
|
attributes:
|
2024-07-29 18:03:28 +08:00
|
|
|
label: 条款确认
|
2024-07-29 18:01:36 +08:00
|
|
|
description: "请确认您已阅读并同意以下条款"
|
2024-07-29 17:26:39 +08:00
|
|
|
options:
|
2024-07-29 18:01:36 +08:00
|
|
|
- label: "我已确认该应用 允许在 中国大陆 使用"
|
|
|
|
required: true
|
|
|
|
- label: "我已确认该应用 符合 中国大陆 相关法律法规"
|
2024-07-29 17:26:39 +08:00
|
|
|
required: true
|