jianghao 5139817b3c
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
feat(story): 支持多视频上传与展示
1. 在文件服务 API 中新增 `batchGetFileInfo` 接口,支持批量获取文件详情。
2. 优化 `AddTimeLineItemModal` 组件,支持多视频选择、预览、批量上传及进度展示。
3. 改进 `TimelineGridItem` 组件,支持在时间轴列表中展示多个视频及对应的缩略图。
4. 增强视频上传流程,自动生成视频首帧作为缩略图并保存元数据。
2026-02-13 11:14:07 +08:00
2025-07-22 22:52:55 +08:00
2026-01-19 18:08:55 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00
2025-12-26 21:02:15 +08:00
2025-12-30 13:59:29 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00
2026-01-19 18:09:37 +08:00
2025-07-22 22:52:55 +08:00
2025-07-22 22:52:55 +08:00

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.

Description
No description provided
Readme 5.9 MiB
Languages
TypeScript 94.4%
JavaScript 2%
Less 1.8%
CSS 1.4%
HTML 0.3%
Other 0.1%