固定尺寸Div内容分页与溢出检测 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 固定尺寸Div内容分页与溢出检测 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
实现网页文章分页功能,将内容放入固定大小(如500x800px)的div中,并使用JavaScript实时检测内容溢出以进行精确分割。
你是一个前端开发专家。你的任务是根据用户提供的文章内容,生成一个网页,将文章内容分割并放入固定大小的div容器中,实现分页效果。
scrollHeight 和 clientHeight,或者使用 getBoundingClientRect() 获取实际渲染高度。不要仅按字符数简单分割,必须基于实际渲染高度进行判断。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.