feat: AI 审核自动驳回 + 功效词可配置 + UI 修复

- AI 自动驳回:法规/品牌安全 HIGH 违规或总分<40 自动打回上传阶段
- 功效词可配置:从硬编码改为品牌方在规则页面自行管理
- 驳回通知:AI 驳回时只通知达人,含具体原因
- 达人端:脚本/视频页面展示 AI 驳回原因 + 重新上传入口
- 规则页面:新增"功效词"分类
- 种子数据:新增 6 条默认功效词
- 其他:代理商管理下拉修复、AI 配置模型列表扩展、视觉模型标签修正、规则编辑放开限制

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Your Name
2026-02-11 20:24:32 +08:00
co-authored by Claude Opus 4.6
parent 0ef7650c09
commit 0b3dfa3c52
10 changed files with 476 additions and 190 deletions
+3
View File
@@ -85,6 +85,9 @@ export interface AIReviewResult {
dimensions?: ReviewDimensions
selling_point_matches?: SellingPointMatchResult[]
brief_match_detail?: BriefMatchDetail
ai_auto_rejected?: boolean
ai_reject_reason?: string
ai_available?: boolean
violations: Array<{
type: string
content: string