feat: 规则预过滤 + 自定义规则去重增强 + 导入预览编辑 + Word/PPT 导入 + UI 优化

- 规则预过滤:根据文件语言注入匹配的自定义规则,跳过不相关规则
- 导入去重:对比已有规则,重复项自动注释/标注
- 导入预览编辑:支持在导入前编辑规则字段(severity、description 等)
- Word/PPT 导入:新增 DocxConverter、PptxConverter
- UI:审查报告移除设置按钮;自定义规则标签显示注入比例
This commit is contained in:
范智鹏
2026-07-25 23:57:21 +08:00
parent 62faad9305
commit 3661c80db5
9 changed files with 87 additions and 13 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"sourceMap": true,
"rootDir": "src",
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"resolveJsonModule": true
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */