feat: 添加获批整合包同步与 StarLight 实例模式

This commit is contained in:
2026-09-14 22:59:16 +08:00
parent fbcaed528b
commit 2a1dfa3c42
29 changed files with 1891 additions and 225 deletions

View File

@ -142,6 +142,7 @@ pub(crate) async fn import_axolotl(
loader_version: Some(config.content_set.loader_version.clone()),
}),
launch_overrides: Some(InstanceLaunchOverridesPatch {
instance_mode: Some(crate::state::InstanceMode::Local),
java_path: Some(config.launch_overrides.java_path.clone()),
extra_launch_args: Some(
config.launch_overrides.extra_launch_args.clone(),