|
@@ -2,6 +2,53 @@
|
|
|
|
|
|
|
|
本项目的所有重要变更都将记录在此文件中.
|
|
本项目的所有重要变更都将记录在此文件中.
|
|
|
|
|
|
|
|
|
|
+## [1.75.1] - 2026-01-21 11:00
|
|
|
|
|
+
|
|
|
|
|
+feat (1.75.0 -> 1.75.1): 重构系统配置API响应结构,优化工作流配置处理并更新文档
|
|
|
|
|
+
|
|
|
|
|
+- 在 options.ts 中重构 configResponse 数据结构,添加嵌套的 configs 数组
|
|
|
|
|
+- 在 Workflow.tsx 中更新配置处理逻辑,适配新的API响应格式
|
|
|
|
|
+- 更新 README.md 文档格式和部署命令
|
|
|
|
|
+
|
|
|
|
|
+改动文件:
|
|
|
|
|
+
|
|
|
|
|
+- README.md
|
|
|
|
|
+- package.json
|
|
|
|
|
+- src/API/system/options.ts
|
|
|
|
|
+- src/pages/system/SettingsModal/sections/Preferences/Workflow.tsx
|
|
|
|
|
+
|
|
|
|
|
+## [1.75.0] - 2026-01-21 11:00
|
|
|
|
|
+
|
|
|
|
|
+feat (1.74.0 -> 1.75.0): 实现工作流设置表格拖拽排序功能
|
|
|
|
|
+
|
|
|
|
|
+- 集成 @dnd-kit 库,实现现代化的拖拽排序功能
|
|
|
|
|
+- 在 Workflow.tsx 中添加拖拽上下文、排序组件和拖拽句柄
|
|
|
|
|
+- 为任务清单和历史清单配置表格添加垂直拖拽排序功能
|
|
|
|
|
+- 新增 deploy:h5 脚本,支持 H5 应用的部署
|
|
|
|
|
+- 移除过时的 @cypress/webpack-preprocessor 依赖
|
|
|
|
|
+- 更新 package-lock.json 同步依赖变更
|
|
|
|
|
+
|
|
|
|
|
+改动文件:
|
|
|
|
|
+
|
|
|
|
|
+- package.json
|
|
|
|
|
+- package-lock.json
|
|
|
|
|
+- src/pages/system/SettingsModal/sections/Preferences/Workflow.tsx
|
|
|
|
|
+
|
|
|
|
|
+## [1.74.0] - 2026-01-21 11:00
|
|
|
|
|
+
|
|
|
|
|
+feat (1.73.0 -> 1.74.0): 重构工作流设置配置,支持命名空间键并优化API响应处理
|
|
|
|
|
+
|
|
|
|
|
+- 在 options.ts 中简化 configResponse 数据结构,去除嵌套包装
|
|
|
|
|
+- 在 Workflow.tsx 中为所有配置项添加命名空间前缀(如 Inspection/、Display/、System/)
|
|
|
|
|
+- 更新表单字段名和初始化值以匹配新的命名空间
|
|
|
|
|
+- 移除调试日志并清理代码结构
|
|
|
|
|
+- 调整数据访问逻辑以适应API变化
|
|
|
|
|
+
|
|
|
|
|
+改动文件:
|
|
|
|
|
+
|
|
|
|
|
+- src/API/system/options.ts
|
|
|
|
|
+- src/pages/system/SettingsModal/sections/Preferences/Workflow.tsx
|
|
|
|
|
+
|
|
|
## [1.71.0] - 2026-01-21 09:44
|
|
## [1.71.0] - 2026-01-21 09:44
|
|
|
|
|
|
|
|
feat (1.70.6 -> 1.71.0): 实现Cobb角测量工具功能,支持脊柱侧弯角测量
|
|
feat (1.70.6 -> 1.71.0): 实现Cobb角测量工具功能,支持脊柱侧弯角测量
|
|
@@ -14,6 +61,7 @@ feat (1.70.6 -> 1.71.0): 实现Cobb角测量工具功能,支持脊柱侧弯角
|
|
|
- 在measurementToolManager.ts中实现Cobb角测量工具的管理方法
|
|
- 在measurementToolManager.ts中实现Cobb角测量工具的管理方法
|
|
|
|
|
|
|
|
改动文件:
|
|
改动文件:
|
|
|
|
|
+
|
|
|
- src/components/measures/CobbAngleMeasurementTool.ts
|
|
- src/components/measures/CobbAngleMeasurementTool.ts
|
|
|
- src/pages/view/components/ViewerContainer.tsx
|
|
- src/pages/view/components/ViewerContainer.tsx
|
|
|
- src/pages/view/components/viewers/stack.image.viewer.tsx
|
|
- src/pages/view/components/viewers/stack.image.viewer.tsx
|