5139817b3c7ec4ebb90fe7e3f9a802f6b4f34fbe
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
1. 在文件服务 API 中新增 `batchGetFileInfo` 接口,支持批量获取文件详情。 2. 优化 `AddTimeLineItemModal` 组件,支持多视频选择、预览、批量上传及进度展示。 3. 改进 `TimelineGridItem` 组件,支持在时间轴列表中展示多个视频及对应的缩略图。 4. 增强视频上传流程,自动生成视频首帧作为缩略图并保存元数据。
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
Languages
TypeScript
94.4%
JavaScript
2%
Less
1.8%
CSS
1.4%
HTML
0.3%
Other
0.1%