增加桜色动漫数据源
This commit is contained in:
@@ -40,8 +40,10 @@ function isBangumiImageUrl(url: string): boolean {
|
||||
return (
|
||||
hostname === 'lain.bgm.tv' ||
|
||||
hostname === 'r.bgm.tv' ||
|
||||
hostname === 'bangumi.lol' ||
|
||||
hostname.endsWith('.bgm.tv') ||
|
||||
hostname.endsWith('.bangumi.tv')
|
||||
hostname.endsWith('.bangumi.tv') ||
|
||||
hostname.endsWith('.bangumi.lol')
|
||||
);
|
||||
} catch {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user