feat(ext): draft extension structure (single-page mode)

This commit is contained in:
Simon
2026-01-20 17:36:33 +08:00
parent e0027f99c4
commit db3b24a5ea
37 changed files with 6334 additions and 4 deletions
@@ -0,0 +1,6 @@
/**
* Messaging module exports
*/
export * from './protocol'
export * from './rpc'
export * from './events'