/** * Platform Adapters * 平台适配器 */ export { BrowserPlatformAdapter, BrowserPathResolver, type BrowserPlatformConfig, type BrowserPathResolveMode } from './BrowserPlatformAdapter'; export { EditorPlatformAdapter, EditorPathResolver, type EditorPlatformConfig } from './EditorPlatformAdapter';