e616ea375cc92a0ace485ba10f993ac95ce3bf4e
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
refactor: 重构类型定义和组件结构 fix: 修复通知和权限判断逻辑 style: 优化样式和布局 docs: 更新类型注释和文档 chore: 清理无用代码和文件 perf: 优化图片和视频加载性能 test: 添加分享功能测试用例 build: 更新依赖和构建配置 ci: 调整CI配置和脚本
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
93.5%
Less
3.2%
JavaScript
1.8%
CSS
1.2%
HTML
0.2%
Other
0.1%