feat: 风险关键词红色标记 + 点击显示权重贡献
- 后端: _extract_reason_tokens 返回 [{token, weight}] 格式
- 前端: detect/batch 页面风险关键词使用红色标签样式
- 点击关键词弹窗显示权重值及判定倾向
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -393,6 +393,12 @@ button.btn::after {
|
||||
color: #ffd487;
|
||||
}
|
||||
|
||||
.tag-danger {
|
||||
background: rgba(255, 91, 111, 0.18);
|
||||
border: 1rpx solid rgba(255, 108, 128, 0.42);
|
||||
color: #ffdce1;
|
||||
}
|
||||
|
||||
.chip-group {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user