02658b77b2
问题: - document-types.new.tsx 仍在使用已重命名的 getAllRuleGroups 函数 - 导致构建失败:"getAllRuleGroups" is not exported 修复: - getAllRuleGroups → getAllEvaluationPointGroups - 传递正确的参数:includeDisabled=false, withRuleCount=true 影响范围: - app/routes/document-types.new.tsx (文档类型创建/编辑页面) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>