/** * Four.meme Bundle 核心方法 * * 原超长文件按职责拆分为 core/ 目录下的多个子文件, * 对外 export 符号与路径保持不变(见 core/index.ts)。 */ export * from './core/index.js';