feat(web): complete capability-driven instance modules

This commit is contained in:
chick
2026-07-17 21:48:20 +08:00
parent 0c84e8c88e
commit 5eb8680393
10 changed files with 2074 additions and 0 deletions
+27
View File
@@ -104,4 +104,31 @@ export {
type MessagesSnapshot,
} from './instances/messages-module.js';
export {
AutomationModule,
sanitizeAutomationSnapshot,
type AutomationDataSource,
type AutomationModuleProps,
type AutomationSnapshot,
} from './instances/automation-module.js';
export {
EsimModule,
type EsimDataSource,
type EsimModuleProps,
type EsimSnapshot,
} from './instances/esim-module.js';
export {
NotificationsModule,
sanitizeNotificationsSnapshot,
type NotificationsDataSource,
type NotificationsModuleProps,
type NotificationsSnapshot,
} from './instances/notifications-module.js';
export {
OtaModule,
type OtaDataSource,
type OtaModuleProps,
type OtaSnapshot,
} from './instances/ota-module.js';
export const webWorkspaceReady = true;