jhao 5a0aa2b3c1
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
feat: 添加评论、反应、离线编辑及主题定制功能
- 实现评论系统,包括评论输入、列表展示和集成指南
- 添加反应功能组件(ReactionBar、ReactionButton、ReactionPicker)
- 实现离线编辑支持,包括同步状态管理和冲突解决
- 添加主题定制功能,支持多种配色方案和主题预览
- 新增多视图布局选项(时间线、分组、砌体视图)
- 实现个人资料编辑器,支持头像、简介和自定义字段编辑
- 添加统计页面,展示存储使用情况和上传趋势
- 新增相册管理功能,支持相册创建、编辑和照片管理
- 实现响应式设计和加载骨架屏组件
- 扩展国际化支持,新增孟加拉语、波斯语、印尼语、日语、葡萄牙语等语言
- 添加错误边界组件和离线指示器
- 更新配置文件、路由和依赖项
- 新增完整的文档、测试用例和集成指南
2026-02-25 15:02:05 +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%