mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* feat: 增加安全客获取全文 * fix: 不需要控制台输出 * fix: const single * fix: 不分状态获取全文 现在仅在添加了 `fulltext` 或 `quanwen` 时才获取全文 * docs: 添加安全客获取全文参数说明 * docs: 删除重复的内容
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
module.exports = {
|
|
// '/vul': ['qwertyuiop6'],
|
|
'/:category/:fulltext?': ['qwertyuiop6'],
|
|
};
|