Hotfix: 修复 ft 中文网报错 (#1037)

This commit is contained in:
凉凉 2018-11-01 21:17:16 +08:00 committed by DIYgod
parent f633d4e96c
commit e987916885
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const getData = async ({ site = 'www', channel }) => {
let feed;
if (channel) {
let channel = channel.toLowerCase();
channel = channel.toLowerCase();
channel = channel.split('-').join('/');
try {