feat: implement general captcha code for consistent rendering and caching

This commit is contained in:
2026-07-22 10:23:22 +08:00
parent 45d8494a40
commit b48af3d797
7 changed files with 293 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
interface:
display_name: "调试 SHZ PC 就业端"
short_description: "使用 Chrome DevTools 复现并定位 SHZ 就业平台问题"
default_prompt: "使用 $shz-pc-debug 在测试环境复现并定位石河子 PC 就业平台问题。"
dependencies:
tools:
- type: "mcp"
value: "chrome-devtools"
description: "在隔离的 Chrome 会话中检查 DOM、控制台、网络与截图"
policy:
allow_implicit_invocation: true