Files
RSSHub/lib/v2/oceanengine/radar.js
2023-08-15 03:12:12 +01:00

14 lines
461 B
JavaScript

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