推进 INI 面板 launch API schema 暴露

This commit is contained in:
2026-06-15 06:58:04 +08:00
parent 30598120e4
commit 6b5999930a
8 changed files with 101 additions and 4 deletions

View File

@@ -88,8 +88,10 @@ Use `createIniPanelLaunchApiManifest()` or
single read-only description of launch methods, visible entries, target pages,
the control-page browser API methods, and OPFS/session persistence capabilities
for machine files, session snapshots, and read-only status.
Use `createIniPanelLaunchApiSchema()` or `manifestVersion` when an outer shell
needs to check launch manifest compatibility before consuming these fields.
Use `createIniPanelLaunchApiSchema()`,
`linuxCncIniPanelLaunchApi.getLaunchApiSchema()`, or `manifestVersion` when an
outer shell needs to check launch manifest compatibility before consuming these
fields.
The control-page refresh workflow lives in
`runtime/ui/ini-panel/control-page-refresh-workflow.js`. Use