dbc9512c8b
变更内容: 1. 补充重命名 getRuleGroup → getRuleGroup_legacy (rule-groups.ts) 2. 更新导入语句,使用新的 FastAPI v3 函数 (rule-groups.new.tsx) 3. 替换所有函数调用: - getRuleGroups → getEvaluationPointGroups (2处) - getRuleGroup → getEvaluationPointGroup - createRuleGroup → createEvaluationPointGroup - updateRuleGroup → updateEvaluationPointGroup 影响范围: - app/api/evaluation_points/rule-groups.ts (补充遗漏的重命名) - app/routes/rule-groups.new.tsx (创建/编辑页面) 功能: - 分组创建、编辑、编码唯一性验证 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>