feat: add non-sensitive raw evidence receipt

This commit is contained in:
732642856
2026-07-21 16:56:20 +08:00
parent b421883a51
commit ebdd1a40e1
3 changed files with 16 additions and 0 deletions
@@ -20,7 +20,11 @@ test("assistant messages include a collapsible Technique Audit Table shell", ()
assert.match(panelSource, /Functional Benefic\/Malefic/);
assert.match(panelSource, /MEVG \/ Real Case Calibration/);
assert.match(panelSource, /组件 parity 未全闭环/);
assert.match(panelSource, /rawReceipt/);
assert.match(panelSource, /no_birth_data_or_private_case_raw/);
assert.match(panelSource, /查看非敏感 raw receipt/);
assert.match(globalStyles, /\.evidence-audit-panel/);
assert.match(globalStyles, /\.raw-evidence-receipt/);
});
test("consult responses persist workflow receipt headers for evidence rendering", () => {