推进 INI 面板 shell handoff mount-state display

This commit is contained in:
2026-06-15 11:31:16 +08:00
parent f548f24fb8
commit df0773b431
10 changed files with 347 additions and 4 deletions

View File

@@ -161,6 +161,18 @@
})
: shellViewModel.shellSessionHandoffPackageMountState
),
getShellSessionHandoffPackageMountDisplayViewModel: (mountState) => (
shellViewModel.createShellSessionHandoffPackageMountDisplayViewModel(
mountState ?? shellViewModel.shellSessionHandoffPackageMountState,
)
),
getShellSessionHandoffPackageMountRenderState: (mountState) => (
shellViewModel.createShellSessionHandoffPackageMountRenderState(
shellViewModel.createShellSessionHandoffPackageMountDisplayViewModel(
mountState ?? shellViewModel.shellSessionHandoffPackageMountState,
),
)
),
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
getLauncherLinks: () => shellViewModel.launcherLinks,
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,