From 6cf8f79109181525e9f7a469134624b6db8cc538 Mon Sep 17 00:00:00 2001 From: movte Date: Fri, 28 Aug 2026 14:12:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=BB=98=E8=AE=A4=E5=B9=B3=E5=8F=B0=E4=B8=BA?= =?UTF-8?q?=20CurseForge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/movtery/zalithlauncher/setting/AllSettings.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ZalithLauncher/src/main/java/com/movtery/zalithlauncher/setting/AllSettings.kt b/ZalithLauncher/src/main/java/com/movtery/zalithlauncher/setting/AllSettings.kt index 17616830b..8505614b4 100644 --- a/ZalithLauncher/src/main/java/com/movtery/zalithlauncher/setting/AllSettings.kt +++ b/ZalithLauncher/src/main/java/com/movtery/zalithlauncher/setting/AllSettings.kt @@ -568,22 +568,22 @@ object AllSettings : SettingsRegistry() { /** * 搜索模组的初始搜索平台 */ - val searchModPlatform = enumSetting("searchModPlatform", Platform.MODRINTH) + val searchModPlatform = enumSetting("searchModPlatform", Platform.CURSEFORGE) /** * 搜索整合包的初始搜索平台 */ - val searchModpackPlatform = enumSetting("searchModpackPlatform", Platform.MODRINTH) + val searchModpackPlatform = enumSetting("searchModpackPlatform", Platform.CURSEFORGE) /** * 搜索资源包的初始搜索平台 */ - val searchResourcePackPlatform = enumSetting("searchResourcePackPlatform", Platform.MODRINTH) + val searchResourcePackPlatform = enumSetting("searchResourcePackPlatform", Platform.CURSEFORGE) /** * 搜索光影的初始搜索平台 */ - val searchShadersPlatform = enumSetting("searchShadersPlatform", Platform.MODRINTH) + val searchShadersPlatform = enumSetting("searchShadersPlatform", Platform.CURSEFORGE) /** * 启动 MC26.2+ 时,自动检查 Vulkan