From bfb0db341b549e7d8fdce15cc2bcaaaca53e745b Mon Sep 17 00:00:00 2001 From: kuekhaoyang Date: Sat, 29 Nov 2025 11:24:27 +0800 Subject: [PATCH] feat: Add multiple new adult content sources. --- lib/api/adult-sources.ts | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/lib/api/adult-sources.ts b/lib/api/adult-sources.ts index 8d2386b..56fe119 100644 --- a/lib/api/adult-sources.ts +++ b/lib/api/adult-sources.ts @@ -63,5 +63,59 @@ export const ADULT_SOURCES: VideoSource[] = [ detailPath: '', enabled: true, priority: 7 + }, + { + id: 'msnii', + name: '美少女资源站', + baseUrl: 'https://www.msnii.com/api/json.php', + searchPath: '', + detailPath: '', + enabled: true, + priority: 8 + }, + { + id: 'xrbsp', + name: '淫水机资源站', + baseUrl: 'https://www.xrbsp.com/api/json.php', + searchPath: '', + detailPath: '', + enabled: true, + priority: 9 + }, + { + id: 'gdlsp', + name: '香奶儿资源站', + baseUrl: 'https://www.gdlsp.com/api/json.php', + searchPath: '', + detailPath: '', + enabled: true, + priority: 10 + }, + { + id: 'kxgav', + name: '白嫖资源站', + baseUrl: 'https://www.kxgav.com/api/json.php', + searchPath: '', + detailPath: '', + enabled: true, + priority: 11 + }, + { + id: 'afasu', + name: '小湿妹资源站', + baseUrl: 'https://www.afasu.com/api/json.php', + searchPath: '', + detailPath: '', + enabled: true, + priority: 12 + }, + { + id: 'pgxdy', + name: '黄AV资源站', + baseUrl: 'https://www.pgxdy.com/api/json.php', + searchPath: '', + detailPath: '', + enabled: true, + priority: 13 } ];