From 67fe1f661f8ea1c27f2e76195c0fc394ebf6317d Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Sat, 20 Nov 2021 20:49:40 +0800 Subject: [PATCH] template: fix typo --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 3a7eff2..1cb2aee 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -94,7 +94,7 @@ body: label: 运行架构 description: (可选) 选择运行 go-cqhttp 的系统架构 options: - - AMD + - AMD64 - x86 - ARM [32] (别名:AArch32 / ARMv7) - ARM [64] (别名:AArch64 / ARMv8)