|
@@ -2,6 +2,31 @@
|
|
|
|
|
|
|
|
本项目的所有重要变更都将记录在此文件中。
|
|
本项目的所有重要变更都将记录在此文件中。
|
|
|
|
|
|
|
|
|
|
+## [1.34.0] - 2025-12-29 18:25
|
|
|
|
|
+
|
|
|
|
|
+### 新增 (Added)
|
|
|
|
|
+- **在体位操作按钮中添加追加视图功能** - 实现体位列表的追加视图按钮功能
|
|
|
|
|
+ - 在 BodyPositionActionButtons 组件中添加追加视图按钮
|
|
|
|
|
+ - 集成 AppendViewModal 组件,支持体位追加操作
|
|
|
|
|
+ - 添加 btn_AppendView.svg 图标资源
|
|
|
|
|
+ - 优化按钮样式,设置 fontSize 为 48px 提升图标显示效果
|
|
|
|
|
+
|
|
|
|
|
+**核心功能实现:**
|
|
|
|
|
+- 按钮添加:在 BodyPositionActionButtons 组件中添加追加视图按钮
|
|
|
|
|
+- 模态框集成:集成 AppendViewModal 组件,支持体位追加操作
|
|
|
|
|
+- 图标资源:添加 btn_AppendView.svg 图标资源
|
|
|
|
|
+- 样式优化:设置按钮字体大小为 48px,提升图标显示效果
|
|
|
|
|
+
|
|
|
|
|
+**技术实现:**
|
|
|
|
|
+- 在 BodyPositionActionButtons.tsx 中添加 Tooltip 和 Button 组件
|
|
|
|
|
+- 导入 AppendViewModal 并实现状态管理
|
|
|
|
|
+- 使用 Icon 组件渲染 btn_AppendView 图标
|
|
|
|
|
+- 添加 onClick 处理函数打开追加视图模态框
|
|
|
|
|
+
|
|
|
|
|
+**改动文件:**
|
|
|
|
|
+- src/pages/exam/components/BodyPositionActionButtons.tsx
|
|
|
|
|
+- src/assets/Icons/base/module-exam/theme-default/1x/btn_AppendView.svg
|
|
|
|
|
+
|
|
|
## [1.33.2] - 2025-12-29 15:59
|
|
## [1.33.2] - 2025-12-29 15:59
|
|
|
|
|
|
|
|
### 修复 (Fixed)
|
|
### 修复 (Fixed)
|