2025-10-27 15:48:42 +08:00

14 lines
370 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* video-flow-b AI剪辑导出API路由
* 文件路径: video-flow-b/app/api/export/ai-clips/route.ts
*
* 这个API端点专门为video-flow-b项目提供AI剪辑导出功能
* 复用OpenCut项目的核心导出逻辑但适配video-flow-b的数据结构
*/
// 直接导出适配器中的POST函数
export { POST } from '../../../../api/export-adapter';