From 2c59a32afe0909deae81da682232771729db3e37 Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Thu, 20 Nov 2025 15:36:46 +0800 Subject: [PATCH] [ci skip] Update context --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .../config/modules/fixes/UpdateSuppressionCrashFixConfig.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 0e441a3..0d8c753 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: Bug反馈 Bug report description: 报告Bug,插件不兼容情况,以及其他相关问题。 - Report issues with plugin incompatbility or other behavior related issues. + Report issues with plugin incompatibility or other behavior related issues. labels: - bug - pending @@ -41,7 +41,7 @@ body: attributes: label: 观测到的实际行为 Observed/Actual behavior description: 你实际看到的。 What you actually saw. - placeholder: e.g. 使用 /tpsbar [NAME] 命令切换不了TPSBAR + placeholder: e.g. 使用 /tpsbar 命令切换不了TPSBAR validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 4f96978..4980f02 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -28,7 +28,7 @@ body: validations: required: true - type: textarea - id: othre + id: other attributes: label: 其他 Other description: 添加其他的信息。 Add any other context or screenshots about the feature request below. \ No newline at end of file diff --git a/lophine-server/src/main/java/fun/bm/lophine/config/modules/fixes/UpdateSuppressionCrashFixConfig.java b/lophine-server/src/main/java/fun/bm/lophine/config/modules/fixes/UpdateSuppressionCrashFixConfig.java index 1215a91..d29ac4d 100644 --- a/lophine-server/src/main/java/fun/bm/lophine/config/modules/fixes/UpdateSuppressionCrashFixConfig.java +++ b/lophine-server/src/main/java/fun/bm/lophine/config/modules/fixes/UpdateSuppressionCrashFixConfig.java @@ -8,6 +8,6 @@ import me.earthme.luminol.enums.EnumConfigCategory; @ConfigClassInfo(category = EnumConfigCategory.FIXES, name = "update-suppression-crash-fix") public class UpdateSuppressionCrashFixConfig implements IConfigModule { @ConfigInfo(name = "enabled", comments = """ - Should crashes caused by update suppression be prevented?""") + Should crash caused by update suppression be prevented?""") public static boolean enabled = true; }