You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
canteen/uniCloud-aliyun/cloudfunctions/uni-analyse-searchhot/package.json

15 lines
274 B

{
"name": "uni-analyse-searchhot",
"version": "1.0.0",
"description": "定时归纳热搜",
"main": "index.js",
"dependencies": {},
"cloudfunction-config": {
"triggers": [{
"name": "analyse-searchHot",
"type": "timer",
"config": "0 0 */2 * * * *"
}]
}
}