mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
14 lines
369 B
JavaScript
14 lines
369 B
JavaScript
module.exports = {
|
|
'elasticsearch.cn': {
|
|
_name: 'Elastic 中文社区',
|
|
'.': [
|
|
{
|
|
title: '发现',
|
|
docs: 'https://docs.rsshub.app/bbs.html#elastic-zhong-wen-she-qu-fa-xian',
|
|
source: ['/:params', '/'],
|
|
target: '/elasticsearch-cn/:params',
|
|
},
|
|
],
|
|
},
|
|
};
|