返回 oh-my-ppt
context.ts
根目录 / src / main / ipc / context.ts
1 // Compatibility facade. Shared IPC runtime state is implemented in runtime/context.
2 export * from './runtime/context'
3
3 lines TYPESCRIPT