jianghao 4a378ef75d
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
feat(nginx): 添加文件服务接口的API路由配置
为/api/file/路径添加代理配置,使其能够正确转发请求到本地文件服务。保持与其他接口一致的请求头设置,确保请求信息完整传递。
2026-02-27 11:04:39 +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 5.9 MiB
Languages
TypeScript 94.4%
JavaScript 2%
Less 1.8%
CSS 1.4%
HTML 0.3%
Other 0.1%