增加桜色动漫数据源

This commit is contained in:
mtvpls
2026-07-21 15:51:40 +08:00
parent f7e0529394
commit d54cf65927
10 changed files with 99 additions and 28 deletions
+3 -1
View File
@@ -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;