diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 55bb6875c..9e7553d9a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,16 +8,16 @@ body: attributes: value: | 提交前请确认: - * 该问题确实是 **HMCL 的错误**,而**不是 Minecraft 非正常退出**,如果你的 Minecraft 非正常退出,请前往 [QQ 群](https://docs.hmcl.net/groups.html)/[KOOK 频道](https://kook.top/Kx7n3t)/[Discord 频道](https://discord.gg/jVvC7HfM6U) 中获取帮助。 + * 该问题确实是 **HMCL 的错误**,而**不是 Minecraft 非正常退出**,如果你的 Minecraft 非正常退出,请前往 [QQ 群](https://docs.hmcl.net/groups.html)/[Discord 频道](https://discord.gg/jVvC7HfM6U) 中获取帮助。 * 你的启动器版本是**最新的快照版本**,可以点击 [此处](https://github.com/burningtnt/HMCL-Snapshot-Update/raw/master/datas/HMCL-dev.jar) 下载最新快照版本。 - 如果你的问题并不属于上述两类,你可以选取另一种 Issue 类型,或者直接前往 [QQ 群](https://docs.hmcl.net/groups.html)/[KOOK 频道](https://kook.top/Kx7n3t)/[Discord 频道](https://discord.gg/jVvC7HfM6U) 中获取帮助。 + 如果你的问题并不属于上述两类,你可以选取另一种 Issue 类型,或者直接前往 [QQ 群](https://docs.hmcl.net/groups.html)/[Discord 频道](https://discord.gg/jVvC7HfM6U) 中获取帮助。 Before submitting, please confirm: - * The issue is indeed **an error of HMCL**, not **Minecraft abnormal exit**. If your Minecraft exits abnormally, please go to the [QQ group](https://docs.hmcl.net/groups.html) or [KOOK channel](https://kook.top/Kx7n3t) or [Discord channel](https://discord.gg/jVvC7HfM6U) for help. + * The issue is indeed **an error of HMCL**, not **Minecraft abnormal exit**. If your Minecraft exits abnormally, please go to the [QQ group](https://docs.hmcl.net/groups.html) or [Discord channel](https://discord.gg/jVvC7HfM6U) for help. * Your launcher version is **the latest snapshot version**. You can click [here](https://github.com/burningtnt/HMCL-Snapshot-Update/raw/master/datas/HMCL-dev.jar) to download the latest snapshot version. - If your issue does not fall into the above two categories, you can choose another type of issue or directly go to the [QQ group](https://docs.hmcl.net/groups.html) or [KOOK channel](https://kook.top/Kx7n3t) or [Discord channel](https://discord.gg/jVvC7HfM6U) for help. + If your issue does not fall into the above two categories, you can choose another type of issue or directly go to the [QQ group](https://docs.hmcl.net/groups.html) or [Discord channel](https://discord.gg/jVvC7HfM6U) for help. - type: input id: platform attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 183ab9d24..9136328d3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,11 @@ blank_issues_enabled: false contact_links: - - name: KOOK 频道 | KOOK Channel - url: https://kook.top/Kx7n3t - about: Hello Minecraft! Launcher 的官方 KOOK 频道。| The official KOOK channel of Hello Minecraft! Laucher. - - name: Discord 频道 | Discord Channel - url: https://discord.gg/jVvC7HfM6U - about: Hello Minecraft! Launcher 的官方 Discord 频道。| The official Discord channel of Hello Minecraft! Launcher. - name: QQ 群 | QQ Groups url: https://docs.hmcl.net/groups.html about: Hello Minecraft! Launcher 的官方 QQ 交流群。| The official QQ groups of Hello Minecraft! Laucher. + - name: Discord 频道 | Discord Channel + url: https://discord.gg/jVvC7HfM6U + about: Hello Minecraft! Launcher 的官方 Discord 频道。| The official Discord channel of Hello Minecraft! Launcher. - name: 其他反馈 | Others url: https://github.com/HMCL-dev/HMCL/discussions/new/choose about: 通过 Discussions 反馈其他问题。| Report other problems in Discussions. diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/FeedbackPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/FeedbackPage.java index ec9932bcd..23c954eff 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/FeedbackPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/FeedbackPage.java @@ -59,13 +59,7 @@ public class FeedbackPage extends SpinnerPane { discord.setSubtitle(i18n("feedback.discord.statement")); discord.setExternalLink("https://discord.gg/jVvC7HfM6U"); - IconedTwoLineListItem kookapp = new IconedTwoLineListItem(); - kookapp.setImage(FXUtils.newBuiltinImage("/assets/img/kookapp.png")); - kookapp.setTitle(i18n("feedback.kookapp")); - kookapp.setSubtitle(i18n("feedback.kookapp.statement")); - kookapp.setExternalLink("https://kook.top/Kx7n3t"); - - community.getContent().setAll(users, github, discord, kookapp); + community.getContent().setAll(users, github, discord); } content.getChildren().addAll( diff --git a/HMCL/src/main/resources/assets/img/kookapp.png b/HMCL/src/main/resources/assets/img/kookapp.png deleted file mode 100644 index 53074aac0..000000000 Binary files a/HMCL/src/main/resources/assets/img/kookapp.png and /dev/null differ diff --git a/HMCL/src/main/resources/assets/img/kookapp@2x.png b/HMCL/src/main/resources/assets/img/kookapp@2x.png deleted file mode 100644 index 642615a75..000000000 Binary files a/HMCL/src/main/resources/assets/img/kookapp@2x.png and /dev/null differ diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index af502461e..7ba11e7a8 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -398,8 +398,6 @@ feedback.discord=Discord feedback.discord.statement=Join our Discord community. feedback.github=GitHub Issue feedback.github.statement=Creating an issue on GitHub. -feedback.kookapp=KOOK -feedback.kookapp.statement=Join our KOOK community. feedback.qq_group=HMCL User Group feedback.qq_group.statement=Join HMCL user QQ group. @@ -415,7 +413,6 @@ folder.saves=Saves folder.screenshots=Screenshots game=Game -#game.crash.feedback=Is it a common issue that almost everyone has had? Please leave feedback so that we can improve the crash analysis system! game.crash.feedback=Please do not share screenshots of this interface with others! If you ask for help from others, please click to export the game crash information in the lower left corner and send the exported file to others for analysis. game.crash.info=Crash Info game.crash.reason=Crash Cause diff --git a/HMCL/src/main/resources/assets/lang/I18N_es.properties b/HMCL/src/main/resources/assets/lang/I18N_es.properties index 019cdf29e..036af612c 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_es.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_es.properties @@ -348,8 +348,6 @@ Por ejemplo, no podrá utilizar authlib-injector o cambiar el skin de su cuenta feedback=Comentarios feedback.discord=Discord feedback.discord.statement=¡Únete a nuestra comunidad de Discord! -feedback.kookapp=KOOK -feedback.kookapp.statement=¡Únete a nuestra comunidad de KaiHeiLa! file=Archivo @@ -362,7 +360,6 @@ folder.saves=Guardados folder.screenshots=Capturas de pantalla game=Juego -#game.crash.feedback=¿Es un problema común que casi todo el mundo ha tenido? Por favor, deja tus comentarios para que podamos mejorar. game.crash.feedback=¡Por favor, no comparta capturas de pantalla de esta interfaz con otras personas! Si solicita ayuda a otros, haga clic para exportar la información del bloqueo del juego en la esquina inferior izquierda y envíe el archivo exportado a otros para que lo analicen. game.crash.info=Información sobre el fallo game.crash.reason=Causa del fallo diff --git a/HMCL/src/main/resources/assets/lang/I18N_ja.properties b/HMCL/src/main/resources/assets/lang/I18N_ja.properties index a30b318dd..eed35a3f5 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_ja.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_ja.properties @@ -320,8 +320,6 @@ fatal.illegal_char=ユーザーフォルダーのパスに不正な文字'='が feedback=フィードバック feedback.discord=Discord feedback.discord.statement=チャットに参加しよう! -feedback.kookapp=KOOK -feedback.kookapp.statement=チャットに参加しよう! file=ファイル @@ -334,7 +332,6 @@ folder.saves=マップ folder.screenshots=スクリーンショット game=ゲーム -#game.crash.feedback=問題は非常に一般的ですが、理由がわかりませんでしたか?フィードバックページでフィードバックをお寄せください。 game.crash.feedback=このインターフェースのスクリーンショットを他の人と共有しないでください。 他の人に助けを求める場合は、左下隅にあるゲーム クラッシュ情報をクリックしてエクスポートし、エクスポートされたファイルを分析のために他の人に送信してください。 game.crash.info=ゲームステータス game.crash.reason=クラッシュアナライザー @@ -871,7 +868,7 @@ update.channel.dev.title=ベータ版のヒント update.channel.nightly=アルファ update.channel.nightly.hint=アルファ版を使用しています。これには、ベータ版およびリリース版と比較していくつかの追加機能が含まれている可能性があり、テストにのみ使用されます。\n\ アルファ版は不安定です!\n\ - 問題が発生した場合は、フィードバックページにアクセスして報告するか、チャット DiscordまたはKOOKで問題を報告します。 + 問題が発生した場合は、フィードバックページにアクセスして報告するか、チャット Discordで問題を報告します。 update.channel.nightly.title=アルファ版のヒント update.channel.stable=リリース update.checking=更新の確認 diff --git a/HMCL/src/main/resources/assets/lang/I18N_ru.properties b/HMCL/src/main/resources/assets/lang/I18N_ru.properties index 4d7472516..9b7ca88be 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_ru.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_ru.properties @@ -339,8 +339,6 @@ fatal.illegal_char=Недопустимый символ '=' в пути к па feedback=Обратная связь feedback.discord=Discord feedback.discord.statement=Присоединиться! -feedback.kookapp=KOOK -feedback.kookapp.statement=Присоединиться! file=Файл @@ -353,7 +351,6 @@ folder.saves=Сохранения folder.screenshots=Снимки экрана game=Игра -#game.crash.feedback=Проблема настолько распространена, но мы не выяснили причину? Оставь нам отзыв на странице обратной связи! game.crash.feedback=Пожалуйста, не делитесь скриншотами этого интерфейса с другими! Если вы попросите помощи у других, нажмите, чтобы экспортировать информацию о сбое игры в левом нижнем углу, и отправьте экспортированный файл другим для анализа. game.crash.info=Статус игры game.crash.reason=Анализатор сбоев diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh.properties b/HMCL/src/main/resources/assets/lang/I18N_zh.properties index 64abed492..f71543b97 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh.properties @@ -385,8 +385,6 @@ feedback.discord=Discord feedback.discord.statement=歡迎加入 Discord 討論區,加入後請遵守討論區規定。 feedback.github=GitHub Issue feedback.github.statement=打開一個 GitHub Issue。 -feedback.kookapp=KOOK -feedback.kookapp.statement=歡迎加入 KOOK 討論區,加入後請遵守討論區規定。 feedback.qq_group=HMCL 用戶群 feedback.qq_group.statement=歡迎加入 HMCL 用戶群,加入後請遵守群規。 @@ -402,7 +400,6 @@ folder.saves=遊戲存檔資料夾 folder.screenshots=截圖資料夾 game=遊戲 -#game.crash.feedback=查看了日誌發現問題很常見?歡迎在 DiscordKOOK 群提交回饋,幫助我們豐富崩潰分析系統! game.crash.feedback=請不要將本界面截圖給他人! 如果你要求助他人,請你點擊左下角 導出遊戲崩潰信息 後將導出的文件發送給他人以供分析。\n你可以點擊下方的 幫助 前往社區尋求幫助。 game.crash.info=遊戲訊息 game.crash.reason=崩潰原因 diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties index 1b5c2fd19..2f31613ea 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties @@ -387,8 +387,6 @@ feedback.discord=Discord feedback.discord.statement=欢迎加入 Discord 讨论区,加入后请遵守讨论区规定。 feedback.github=GitHub Issue feedback.github.statement=打开一个 GitHub Issue。 -feedback.kookapp=KOOK -feedback.kookapp.statement=欢迎加入 KOOK 讨论区,加入后请遵守讨论区规定。 feedback.qq_group=HMCL 用户群 feedback.qq_group.statement=欢迎加入 HMCL 用户群,加入后请遵守群规。 @@ -404,7 +402,6 @@ folder.saves=存档文件夹 folder.screenshots=截图文件夹 game=游戏 -#game.crash.feedback=查看了日志发现该问题很常见?欢迎在下方的 “帮助” 中提交反馈,帮助我们丰富崩溃分析系统! game.crash.feedback=请不要将本界面截图给他人!如果你要求助他人,请你点击左下角 导出游戏崩溃信息 后将导出的文件发送给他人以供分析。\n你可以点击下方的 帮助 前往交流群寻求帮助。 game.crash.info=游戏信息 game.crash.reason=崩溃原因 diff --git a/README.md b/README.md index 930a1cc65..d46d9a0d2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ ![Downloads](https://img.shields.io/github/downloads/huanghongxun/HMCL/total) ![Stars](https://img.shields.io/github/stars/huanghongxun/HMCL) [![Discord](https://img.shields.io/discord/995291757799538688.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/jVvC7HfM6U) -[![KOOK](https://img.shields.io/badge/KOOK-HMCL-brightgreen)](https://kook.top/Kx7n3t) [![QQ Group](https://img.shields.io/badge/QQ-HMCL-brightgreen)](https://docs.hmcl.net/groups.html) English | [中文](README_cn.md) diff --git a/README_cn.md b/README_cn.md index 7bb8ca4a0..bd9e1a971 100644 --- a/README_cn.md +++ b/README_cn.md @@ -4,7 +4,6 @@ ![Downloads](https://img.shields.io/github/downloads/huanghongxun/HMCL/total) ![Stars](https://img.shields.io/github/stars/huanghongxun/HMCL) [![Discord](https://img.shields.io/discord/995291757799538688.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/jVvC7HfM6U) -[![KOOK](https://img.shields.io/badge/KOOK-HMCL-brightgreen)](https://kook.top/Kx7n3t) [![QQ Group](https://img.shields.io/badge/QQ-HMCL-brightgreen)](https://docs.hmcl.net/groups.html) [English](README.md) | 中文