...
|
...
|
@@ -206,6 +206,13 @@ const matchHeader = (path, qs, titleMap) => { |
|
|
return header;
|
|
|
}
|
|
|
|
|
|
// 处理 feature.yoho.cn 等域名下的站外链接
|
|
|
if (/^(https?:)?\/\//i.test(path) && !/yohoblk\.com/.test(path)) {
|
|
|
header = titleMap[1];
|
|
|
header.title.des = qs.title || '';
|
|
|
return header;
|
|
|
}
|
|
|
|
|
|
return header;
|
|
|
};
|
|
|
|
...
|
...
|
|