From 4bfb684e69b9b2b949b6d9d3188c077a9e72dc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 19:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 5e9f136..b7f5c13 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -6,7 +6,7 @@ body: - type: checkboxes id: bugcheck attributes: - label: "确认你当前提交的 Bug 没有被重复提交" - options: | - **我确认这个 Bug 没有被重复提交** - required: true \ No newline at end of file + label: "确认你当前提交的 Bug 没有被重复提交" + options: + - label: "**我确认这个 Bug 没有被重复提交**" + required: true \ No newline at end of file