jianghao e616ea375c
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
feat: 添加分享功能支持及代码重构
refactor: 重构类型定义和组件结构

fix: 修复通知和权限判断逻辑

style: 优化样式和布局

docs: 更新类型注释和文档

chore: 清理无用代码和文件

perf: 优化图片和视频加载性能

test: 添加分享功能测试用例

build: 更新依赖和构建配置

ci: 调整CI配置和脚本
2026-03-16 19:30:45 +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

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 6.1 MiB
Languages
TypeScript 93.5%
Less 3.2%
JavaScript 1.8%
CSS 1.2%
HTML 0.2%
Other 0.1%