소스 검색

fix: sensitive_word_check 显示名改为词句语法检查

sensitive_word_check 在前端语义中对应词句语法检查,非敏感词审查
WangXuMing 15 시간 전
부모
커밋
28c7ffc85d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/construction_review/component/report_generator.py

+ 1 - 1
core/construction_review/component/report_generator.py

@@ -370,7 +370,7 @@ class ReportGenerator:
             'completeness_check': '完整性审查',
             'semantic_logic_check': '语义逻辑审查',
             'reference_check': '参考文献审查',
-            'sensitive_word_check': '敏感词审查',
+            'sensitive_word_check': '词句语法检查',
             'grammar_check': '词句语法检查',
             'mandatory_standards_check': '强制性标准审查',
             'technical_parameters_check': '技术参数审查',