From beedc22b71404095ed672c38819b508f8cac41cc Mon Sep 17 00:00:00 2001 From: AvirlMay Date: Thu, 1 Jan 2026 21:30:20 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E5=BC=80=E6=94=BE=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/issue_template/PortOpen.yml | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitea/issue_template/PortOpen.yml diff --git a/.gitea/issue_template/PortOpen.yml b/.gitea/issue_template/PortOpen.yml new file mode 100644 index 0000000..5b1ec1b --- /dev/null +++ b/.gitea/issue_template/PortOpen.yml @@ -0,0 +1,46 @@ +name: 开放端口 +description: 请求开放一个端口 +title: "[Port] " + +body: + - type: checkboxes + id: terms + attributes: + label: 创建前须知 + description: 您在提交前应先检查如下项 + hide_label: true + options: + - label: 已经查看过[端口列表](https://docs.ronwan.cn/ports)中未开启此端口 + required: true + - label: 确认您的服务不可以通过反向代理处理 + required: true + + - type: dropdown + id: ip + attributes: + label: IP + description: 选择您想要开放的IP + list: true + options: + - 103.40.13.112(仅内部服务可用) + - 103.37.44.178 + + - type: textarea + id: portnum + attributes: + label: 端口号 + description: 输入您想开放的端口号 + placeholder: 1025-40000 + + - type: checkboxes + id: progress + attributes: + label: 处理进度 + hide_label: true + description: 本工单处理进度 + options: + - label: 开始处理 + visible: [content] + - label: 处理完成 + visible: [content] + visible: [content]