download_assets
Retrieve URLs of all static resources (CSS, fonts, images) from a webpage. Filter by resource type to download specific assets.
Instructions
获取页面所有静态资源的URL列表(CSS、字体、图片等)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | 资源类型:css, font, image, all(默认:all) |