mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
* feat(routes): 巨量算数 抖音/头条指数波峰监测 v2 * Update lib/v2/oceanengine/arithmeticIndex.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix: block unnecessary puppeteer requests
14 lines
459 B
JavaScript
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')}`,
|
|
},
|
|
],
|
|
},
|
|
};
|