feat(web): add messages and calls module slices

This commit is contained in:
chick
2026-07-17 20:27:53 +08:00
parent d0fd943082
commit 0c84e8c88e
6 changed files with 856 additions and 0 deletions
+13
View File
@@ -91,4 +91,17 @@ export {
type DeviceNetworkSnapshot,
} from './instances/device-network-module.js';
export {
CallsModule,
type CallsDataSource,
type CallsModuleProps,
type CallsSnapshot,
} from './instances/calls-module.js';
export {
MessagesModule,
type MessagesDataSource,
type MessagesModuleProps,
type MessagesSnapshot,
} from './instances/messages-module.js';
export const webWorkspaceReady = true;