feat: 增加求解器验证书 Web (#7)

Co-authored-by: yige <yige@yigedeMacBook-Neo.local>
This commit is contained in:
2026-08-30 11:02:51 -04:00
committed by GitHub
parent 27a6934c63
commit af338dc13b
20 changed files with 3777 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "@desirecore/solver-report-web",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/*.test.mjs",
"build": "node scripts/build-report-web.mjs",
"privacy:contact-sheets": "node scripts/create-privacy-contact-sheets.mjs",
"privacy:ocr": "swift scripts/audit-screenshot-privacy.swift \"$SOLVER_REPORT_INPUT_ROOT\" \"${SOLVER_REPORT_SCREENSHOT_PLAN_FILE:-$SOLVER_REPORT_INPUT_ROOT/evidence/screenshots/screenshot-plan.json}\" \"$SOLVER_REPORT_SCREENSHOT_OCR_FILE\" && node scripts/validate-screenshot-privacy-ocr.mjs",
"privacy:redact": "node scripts/create-public-screenshots.mjs",
"validate": "node scripts/validate-report-web.mjs",
"validate:deployed": "node scripts/validate-deployed-report.mjs"
}
}