推进 INI 面板 launch persistence capabilities manifest
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user