diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6c8e578c4..2aec70c5f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug Feedback description: - 反馈一个 Bug。为了提高反馈效率,请优先在开黑啦或者或 Discord 频道中反馈。若确认是 HMCL 问题,请发布 issue。 + 反馈一个 Bug。为了提高反馈效率,请优先在 KOOK 或者或 Discord 频道中反馈。若确认是 HMCL 问题,请发布 issue。 body: - type: markdown attributes: @@ -8,16 +8,16 @@ body: 提交前请确保你的启动器版本是**最新的开发版**,可以在启动器设置中更换更新通道至开发版获取更新。 我们发现,对于不经常检查邮箱的人来说,GitHub Issues 的反馈效率太低,时隔几个小时甚至一天的情况很多。 - 为了改善反馈效率,并将积极为 HMCL 提供问题反馈和建议的人聚集起来,我们希望在这里反馈的人可以在 [开黑啦频道](https://kaihei.co/Kx7n3t) + 为了改善反馈效率,并将积极为 HMCL 提供问题反馈和建议的人聚集起来,我们希望在这里反馈的人可以在 [KOOK 频道](https://kook.top/Kx7n3t) 或 [Discord 频道](https://discord.gg/jVvC7HfM6U)中反馈信息,**而不在 GitHub Issues 中反馈问题**。 - 如果你希望在 QQ 群中反馈问题,请[赞助 HMCL](https://afdian.net/@huanghongxun) 后申请加入群聊,也请将下面的信息表填好直接发在群中,加快我们的沟通速度。 + 如果你希望在 QQ 群中反馈问题,请[赞助 HMCL](https://hmcl.huangyuhui.net/api/redirect/sponsor) 后申请加入群聊,也请将下面的信息表填好直接发在群中,加快我们的沟通速度。 - type: input id: hmcl-version attributes: label: 启动器版本 Launcher Version description: 请输入您所使用的的 HMCL 启动器版本。 Please enter the HMCL launcher version you are using. - placeholder: e.g. 3.5.2.218 + placeholder: e.g. 3.5.3.211 validations: required: true - type: input @@ -39,7 +39,7 @@ body: attributes: label: 游戏版本 Game Version description: 如果您是在启动通过 HMCL 启动器自动下载的游戏时遇到了问题,请输入您所启动的游戏版本。If you are having trouble launching a game that was automatically downloaded through the HMCL launcher, please enter the version of the game you are launching. - placeholder: e.g. 1.17.1 + placeholder: e.g. 1.19 - type: input id: game-modify attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 21f36bf93..2453a0951 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: - - name: 开黑啦频道 - url: https://kaihei.co/Kx7n3t - about: Hello Minecraft! Launcher 的官方开黑啦频道。 + - name: KOOK 频道 + url: https://kook.top/Kx7n3t + about: Hello Minecraft! Launcher 的官方 KOOK 频道。 - name: Discord 频道 url: https://discord.gg/jVvC7HfM6U about: Hello Minecraft! Launcher 的官方 Discord 频道。 @@ -11,4 +11,4 @@ contact_links: about: 前往爱发电赞助 HMCL。赞助后可以申请加入官方 QQ 群反馈问题。 - name: 其他反馈 url: https://github.com/huanghongxun/HMCL/issues/new - about: 通过 Issue 反馈其他问题。 \ No newline at end of file + about: 通过 Issue 反馈其他问题。 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java index 3c8627521..e17f8a407 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java @@ -121,13 +121,13 @@ public class AboutPage extends StackPane { discord.setSubtitle(i18n("about.community.discord.statement")); discord.setExternalLink("https://discord.gg/jVvC7HfM6U"); - IconedTwoLineListItem kaiheila = new IconedTwoLineListItem(); - kaiheila.setImage(new Image("/assets/img/kaiheila.jpeg", 32, 32, false, true)); - kaiheila.setTitle(i18n("about.community.kaiheila")); - kaiheila.setSubtitle(i18n("about.community.kaiheila.statement")); - kaiheila.setExternalLink("https://kaihei.co/Kx7n3t"); + IconedTwoLineListItem kookapp = new IconedTwoLineListItem(); + kookapp.setImage(new Image("/assets/img/kookapp.png", 32, 32, false, true)); + kookapp.setTitle(i18n("about.community.kookapp")); + kookapp.setSubtitle(i18n("about.community.kookapp.statement")); + kookapp.setExternalLink("https://kook.top/Kx7n3t"); - community.getContent().setAll(users, discord, kaiheila); + community.getContent().setAll(users, discord, kookapp); } ComponentList dep = new ComponentList(); diff --git a/HMCL/src/main/resources/assets/img/kaiheila.jpeg b/HMCL/src/main/resources/assets/img/kaiheila.jpeg deleted file mode 100644 index 5172f780d..000000000 Binary files a/HMCL/src/main/resources/assets/img/kaiheila.jpeg and /dev/null differ diff --git a/HMCL/src/main/resources/assets/img/kookapp.png b/HMCL/src/main/resources/assets/img/kookapp.png new file mode 100644 index 000000000..51fcdf567 Binary files /dev/null and b/HMCL/src/main/resources/assets/img/kookapp.png differ diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index c5a7dbdde..f30f3d4d3 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -29,8 +29,8 @@ about.claim.statement=Click on this link for full text. about.community=Community about.community.discord=Discord about.community.discord.statement=Join our Discord community\! -about.community.kaiheila=KaiHeiLa -about.community.kaiheila.statement=Join our KaiHeiLa community\! +about.community.kookapp=KOOK +about.community.kookapp.statement=Join our KOOK community\! about.dependency=Third-party Libraries about.legal=Legal Acknowledgement about.thanks_to=Thanks to @@ -1125,14 +1125,14 @@ update.changelog=Changelog update.channel.dev=Beta update.channel.dev.hint=You are currently using a beta build of the launcher, which may include some extra features, but is also sometimes more unstable than the release versions.\n\ \n\ -If you encounter any bug or issue, you can go to the feedback page to report it, or tell us in our Discord or KaiHeiLa community.\n\ +If you encounter any bug or issue, you can go to the feedback page to report it, or tell us in our Discord or KOOK community.\n\ \n\ To hide this tooltip, you need to make a donation or submit a valuable feedback. update.channel.dev.title=Beta Version Notice update.channel.nightly=Nightly update.channel.nightly.hint=You are currently using a nightly build of the launcher, which may include some extra features, but is also always more unstable than the other versions.\n\ \n\ -If you encounter any bug or issue, you can go to the feedback page to report it, or tell us in our Discord or KaiHeiLa community.\n\ +If you encounter any bug or issue, you can go to the feedback page to report it, or tell us in our Discord or KOOK community.\n\ \n\ To hide this tooltip, you need to make a donation or submit a valuable feedback. update.channel.nightly.title=Nightly Version Notice diff --git a/HMCL/src/main/resources/assets/lang/I18N_ja.properties b/HMCL/src/main/resources/assets/lang/I18N_ja.properties index 4595f153f..2602be608 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_ja.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_ja.properties @@ -27,8 +27,8 @@ about.claim.statement=テキスト全体のリンクをクリックします。 about.community=コミュニティ about.community.discord=Discord about.community.discord.statement=チャットに参加しよう! -about.community.kaiheila=KaiHeiLa -about.community.kaiheila.statement=チャットに参加しよう! +about.community.kookapp=KOOK +about.community.kookapp.statement=チャットに参加しよう! about.dependency=Dependencies about.legal=法的承認 about.thanks_to=Thanks to @@ -937,13 +937,13 @@ update.changelog=変更 update.channel.dev=ベータ update.channel.dev.hint=ベータ版を使用しています。ベータ版には、リリースバージョンと比較していくつかの追加機能が含まれている可能性があり、テストにのみ使用されます。\n \ ベータ版は不安定なはずです!\n \ - 問題が発生した場合は、フィードバックページにアクセスして報告するか、チャットDiscordまたはKaiHeiLaで問題を報告します。\n \n \ + 問題が発生した場合は、フィードバックページにアクセスして報告するか、チャットDiscordまたはKOOKで問題を報告します。\n \n \ このヒントを非表示にするには、寄付するか、フィードバックに貢献をする必要があります。 update.channel.dev.title=ベータ版のヒント update.channel.nightly=アルファ update.channel.nightly.hint=アルファ版を使用しています。これには、ベータ版およびリリース版と比較していくつかの追加機能が含まれている可能性があり、テストにのみ使用されます。\n \ アルファ版は不安定です!\n \ - 問題が発生した場合は、フィードバックページにアクセスして報告するか、チャットDiscordまたはKaiHeiLaで問題を報告します。\n \n \ + 問題が発生した場合は、フィードバックページにアクセスして報告するか、チャットDiscordまたはKOOKで問題を報告します。\n \n \ このヒントを非表示にするには、寄付するか、フィードバックに印象的な貢献をする必要があります。 update.channel.nightly.title=アルファ版のヒント update.channel.stable=リリース diff --git a/HMCL/src/main/resources/assets/lang/I18N_ru.properties b/HMCL/src/main/resources/assets/lang/I18N_ru.properties index fa59bced1..465e31f81 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_ru.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_ru.properties @@ -27,8 +27,8 @@ about.claim.statement=Кликните на ссылку, чтобы увиде about.community=Сообщество about.community.discord=Discord about.community.discord.statement=Присоединиться! -about.community.kaiheila=KaiHeiLa -about.community.kaiheila.statement=Присоединиться! +about.community.kookapp=KOOK +about.community.kookapp.statement=Присоединиться! about.dependency=Зависимости about.legal=Юридическое подтверждение about.thanks_to=Отдельная благодарность @@ -942,13 +942,13 @@ update.changelog=Изменения update.channel.dev=Бета update.channel.dev.hint=Вы используете бета-версию, которая может включать некоторые дополнительные функции по сравнению с релизной версией, используемой только для тестирования.\n\ Бета-версия может быть нестабильной!\n\ - Если вы встретили какие-то проблемы, вы можете зайти на страницу обратной связи, чтобы сообщить о них, или присоединиться к чату Discord или KaiHeiLa, чтобы сообщить о проблемах.\n\n\ + Если вы встретили какие-то проблемы, вы можете зайти на страницу обратной связи, чтобы сообщить о них, или присоединиться к чату Discord или KOOK, чтобы сообщить о проблемах.\n\n\ Чтобы скрыть эту подсказку, нужно пожертвовать или сделать внушительный вклад через обратную связь. update.channel.dev.title=Подсказки для бета-версии update.channel.nightly=Альфа update.channel.nightly.hint=Вы используете альфа-версию, которая может включать некоторые дополнительные функциональные возможности по сравнению с бета-версией и версией релиза, используемой только для тестирования.\n\ Альфа-версия может быть нестабильной!\n\ - Если вы встретили какие-то проблемы, вы можете зайти на страницу обратной связи, чтобы сообщить о них, или присоединиться к чату Discord или KaiHeiLa, чтобы сообщить о проблемах.\n\n\ + Если вы встретили какие-то проблемы, вы можете зайти на страницу обратной связи, чтобы сообщить о них, или присоединиться к чату Discord или KOOK, чтобы сообщить о проблемах.\n\n\ Чтобы скрыть эту подсказку, нужно пожертвовать или сделать внушительный вклад через обратную связь. update.channel.nightly.title=Подсказки для альфа-версии update.channel.stable=Релиз diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh.properties b/HMCL/src/main/resources/assets/lang/I18N_zh.properties index aa4f23fba..f0517696a 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh.properties @@ -27,8 +27,8 @@ about.claim.statement=點擊連結以查看全文 about.community=社區 about.community.discord=Discord about.community.discord.statement=歡迎加入 Discord 討論區,加入後請遵守討論區規定 -about.community.kaiheila=開黑啦 -about.community.kaiheila.statement=歡迎加入開黑啦討論區,加入後請遵守討論區規定 +about.community.kookapp=KOOK +about.community.kookapp.statement=歡迎加入 KOOK 討論區,加入後請遵守討論區規定 about.dependency=相依元件 about.legal=法律聲明 about.thanks_to=鳴謝 @@ -958,13 +958,13 @@ update.changelog=更新日誌 update.channel.dev=測試版 update.channel.dev.hint=你正在使用測試版。測試版包含一些未在正式版中包含的測試性功能,僅用於體驗新功能。\n\ 測試版功能未受充分驗證,使用起來可能不穩定!\n\ - 如果你遇到了使用問題,可以在設置的 回饋頁面 中進行回饋,或加入回饋頁面中提供的 Discord開黑啦群以回饋問題。\n\n\ + 如果你遇到了使用問題,可以在設置的 回饋頁面 中進行回饋,或加入回饋頁面中提供的 DiscordKOOK群以回饋問題。\n\n\ 你需要 贊助 或在回饋過程中作出貢獻以隱藏本提示。 update.channel.dev.title=測試版提示 update.channel.nightly=預覽版 update.channel.nightly.hint=你正在使用預覽版。預覽版可能會每天更新一次,包含一些未在正式版和測試版中包含的測試性功能,僅用於體驗新功能\n\ 測試版功能未受充分驗證,使用起來可能不穩定!\n\ - 如果你遇到了使用問題,可以在設置的 回饋頁面 中進行回饋,或加入回饋頁面中提供的 Discord開黑啦群以回饋問題。\n\n\ + 如果你遇到了使用問題,可以在設置的 回饋頁面 中進行回饋,或加入回饋頁面中提供的 DiscordKOOK群以回饋問題。\n\n\ 你需要 贊助 或在回饋過程中作出貢獻以隱藏本提示。 update.channel.nightly.title=預覽版提示 update.channel.stable=建議版本 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 c27050580..793fa1f0d 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties @@ -27,8 +27,8 @@ about.claim.statement=点击链接以查看全文 about.community=社区 about.community.discord=Discord about.community.discord.statement=欢迎加入 Discord 讨论区,加入后请遵守讨论区规定 -about.community.kaiheila=开黑啦 -about.community.kaiheila.statement=欢迎加入开黑啦讨论区,加入后请遵守讨论区规定! +about.community.kookapp=KOOK +about.community.kookapp.statement=欢迎加入 KOOK 讨论区,加入后请遵守讨论区规定! about.dependency=依赖 about.legal=法律声明 about.thanks_to=鸣谢 @@ -958,13 +958,13 @@ update.changelog=更新日志 update.channel.dev=测试版 update.channel.dev.hint=你正在使用测试版。测试版包含一些未在正式版中包含的测试性功能,仅用于体验新功能。\n\ 测试版功能未受充分验证,使用起来可能不稳定!下载稳定版\n\ - 如果你遇到了使用问题,可以在设置的 反馈页面 中进行反馈,或加入反馈页面中提供的 Discord开黑啦群以反馈问题。欢迎关注 B 站账号 huanghongxun 以关注 HMCL 的开发进展。\n\n\ + 如果你遇到了使用问题,可以在设置的 反馈页面 中进行反馈,或加入反馈页面中提供的 DiscordKOOK群以反馈问题。欢迎关注 B 站账号 huanghongxun 以关注 HMCL 的开发进展。\n\n\ 你需要 赞助 或在反馈过程中作出贡献以隐藏本提示。 update.channel.dev.title=测试版提示 update.channel.nightly=预览版 update.channel.nightly.hint=你正在使用预览版。预览版可能会每天更新一次,包含一些未在正式版和测试版中包含的测试性功能,仅用于体验新功能。\n\ 测试版功能未受充分验证,使用起来可能不稳定!下载稳定版\n\ - 如果你遇到了使用问题,可以在设置的 反馈页面 中进行反馈,或加入反馈页面中提供的 Discord开黑啦群以反馈问题。欢迎关注 B 站账号 huanghongxun 以关注 HMCL 的开发进展。\n\n\ + 如果你遇到了使用问题,可以在设置的 反馈页面 中进行反馈,或加入反馈页面中提供的 DiscordKOOK群以反馈问题。欢迎关注 B 站账号 huanghongxun 以关注 HMCL 的开发进展。\n\n\ 你需要 赞助 或在反馈过程中作出贡献以隐藏本提示。 update.channel.nightly.title=预览版提示 update.channel.stable=推荐版本 diff --git a/README.md b/README.md index 8838af2f1..2c6547d39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ⛏ Hello Minecraft! Launcher 💎 [![Build Status](https://ci.huangyuhui.net/job/HMCL/badge/icon?.svg)](https://ci.huangyuhui.net/job/HMCL) -Join chat! ![Discord](https://img.shields.io/discord/879708313435123742?style=plastic) [Discord](https://discord.gg/jVvC7HfM6U) [KaiHeiLa](https://kaihei.co/Kx7n3t) +Join chat! ![Discord](https://img.shields.io/discord/879708313435123742?style=plastic) [Discord](https://discord.gg/jVvC7HfM6U) [KOOK](https://kook.top/Kx7n3t) ## Introduction