get-ifanr-news
Fetch curated tech updates from iFanr on products, gadgets, and internet trends. Use Trends Hub to stay informed on cutting-edge technology insights with customizable limits and offsets.
Instructions
获取爱范儿科技快讯,包含最新的科技产品、数码设备、互联网动态等前沿科技资讯
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
offset | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"default": 20,
"type": "integer"
},
"offset": {
"default": 0,
"type": "integer"
}
},
"type": "object"
}