Files
RSSHub/lib/v2/oceanengine/radar.js
Jerry K Jia 1d6e7d8a1d feat(route): 巨量算数 抖音/头条指数波峰监测 v2 (#9992)
* feat(routes): 巨量算数 抖音/头条指数波峰监测 v2

* Update lib/v2/oceanengine/arithmeticIndex.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* fix: block unnecessary puppeteer requests
2022-06-21 16:32:19 +08:00

14 lines
459 B
JavaScript

module.exports = {
'oceanengine.com': {
_name: '巨量算数',
trendinsight: [
{
title: '抖音/头条指数波峰',
docs: 'https://docs.rsshub.app/other.html#ju-liang-suan-shu-suan-shu-zhi-shu',
source: ['/arithmetic-index/analysis'],
target: (params, url) => `/oceanengine/index/${new URL(url).searchParams.get('keyword')}`,
},
],
},
};