We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f8045 commit 603cba8Copy full SHA for 603cba8
.vscode/settings.json
@@ -45,6 +45,7 @@
45
"Galgame",
46
"Galgamer",
47
"galgames",
48
+ "Galgamex",
49
"ggbases",
50
"GIGA",
51
"Hentai",
app/api/hikari/route.ts
@@ -22,7 +22,11 @@ const DOMAIN_PATTERNS = [
22
/^https:\/\/([\w-]+\.)*kungal\.com$/,
23
/^https:\/\/([\w-]+\.)*kungal\.org$/,
24
// LycorisGal
25
- /^https:\/\/([\w-]+\.)*lycorisgal\.com$/
+ /^https:\/\/([\w-]+\.)*lycorisgal\.com$/,
26
+ // Galgamex
27
+ /^https:\/\/([\w-]+\.)*galgamex\.net$/,
28
+ /^https:\/\/([\w-]+\.)*galgamex\.top$/,
29
+ /^https:\/\/([\w-]+\.)*galgamex\.com$/
30
]
31
32
const RATE_LIMIT_MAX = 10000
0 commit comments