外部占位图片会让访客连接第三方服务
原文依据:1 处该 Skill 建议把 picsum.photos URL 直接用于页面背景。若成品保留该远程 URL,浏览器会在访问页面时联系该第三方;这不是单纯的本地设计改动。
第三方可能收到访客的 IP 地址、请求时间及浏览器通常随图片请求提供的相关元数据;页面也会依赖第三方的可用性和其返回内容。
该 Skill 明确建议在缺少真实素材时使用 picsum.photos 的远程图片地址。若生成的网页直接保留该地址,每位访客加载相关页面时都可能向该第三方发起请求,向其暴露 IP 地址、访问时间以及常见的请求元数据。风险取决于最终实现是否下载并自托管图片;用户可要求只使用本地或已批准域名的素材。
- **Random dark sections in a light mode page (or vice versa).** A single dark-background section breaking an otherwise light page looks like a copy-paste accident. Either commit to a full dark mode or keep a consistent background tone throughout. If contrast is needed, use a slightly darker shade of the same palette — not a sudden jump to `#111` in the middle of a cream page.- **Empty, flat sections with no visual depth.** Sections that are just text on a plain background feel unfinished. Add high-quality background imagery (blurred, overlaid, or masked), subtle patterns, or ambient gradients. Use reliable placeholder sources like `https://picsum.photos/seed/{name}/1920/1080` when real assets are not available. Experiment with background images behind hero sections, feature blocks, or CTAs — even a subtle full-width photo at low opacity adds presence.