全面重构 UI 设计系统 + 移除指纹匹配 + 修复节点列表布局#98
Merged
Merged
Conversation
- UI 设计 token 统一:硬编码色值替换为暖色调 CSS 自定义属性(brass/accent 主题) - 配置 UI 补全:新增 15 个此前缺失的 Pydantic 模型字段 - DocTagChecker 布局:固定 100vh,仅节点列表滚动,详情面板始终可见 - 节点项简化:flex 单行 + 固定宽度列约束,长文本内部换行撑高 - 过滤无内容 figure_image 节点 - 后端:移除 XML 指纹匹配,改为位置顺序绑定(zip) - 样式定义修正:段落属性(段前/段后距、行距、缩进)写入 XML 样式定义
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 关联 Issue
🎯 变更概述
受影响的用户场景
具体变更点
迁移建议
是否提供自动迁移工具?
scripts/migrate_v02_to_v03.py)✅ 提交前自查清单
🔹 测试保障
make test(或等效命令)tests/目录)io.BytesIO,未保存任何临时.docx文件到磁盘🔹 配置与兼容性
example/中提供示例requirements.txt或pyproject.toml已更新)🔹 文档与示例
README.md已更新(如新增功能说明、命令参数)example/)能正常运行且反映最新能力python-docx底层操作的部分)🔹 安全与资源
pickle、yaml.load未指定Loader)🔹 其他
master切出,无无关提交feat: add table caption check)