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.
15 lines
274 B
15 lines
274 B
1 year ago
|
{
|
||
|
"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 * * * *"
|
||
|
}]
|
||
|
}
|
||
|
}
|