推进 INI 面板 launch persistence capabilities manifest

This commit is contained in:
2026-06-15 06:40:55 +08:00
parent 4d471a3555
commit 2dcf8095dc
6 changed files with 122 additions and 1 deletions

View File

@@ -79,6 +79,23 @@ export function createIniPanelLaunchApiManifest(entries = getVisibleIniPanelEntr
href,
})),
controlPageApiMethods: createControlPageBrowserApiMethods(),
persistenceCapabilities: [
{
id: "machine-files",
label: "Machine text files",
scope: "opfs",
},
{
id: "session-snapshot",
label: "Machine session snapshot",
scope: "opfs",
},
{
id: "readonly-status",
label: "Read-only machine session status",
scope: "control-page",
},
],
};
}