mirror of
https://git.openapi.site/https://github.com/desirecore/agent-desirecore.git
synced 2026-09-05 20:03:40 +08:00
feat: 增加求解器验证书 Web (#7)
Co-authored-by: yige <yige@yigedeMacBook-Neo.local>
This commit is contained in:
15
web/solver-report/package.json
Normal file
15
web/solver-report/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user