mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
14 lines
461 B
JavaScript
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')}`,
|
|
},
|
|
],
|
|
},
|
|
};
|