新增数据补全和提交脚本,支持从 job_bundle.json 读取数据并执行 API 请求;实现批量提交功能,记录成功与失败的日志

This commit is contained in:
lirui
2026-02-09 22:06:11 +08:00
parent a2d8a774ca
commit c3716d7a6c
6 changed files with 866 additions and 1 deletions

View File

@@ -6,7 +6,10 @@
"Bash(npm run check:*)",
"Bash(npx vitest:*)",
"Bash(node -e:*)",
"Bash(npm run build:*)"
"Bash(npm run build:*)",
"Bash(npm run test:*)",
"Bash(python -m py_compile:*)",
"Bash(node --check:*)"
]
},
"enableAllProjectMcpServers": true,