1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-10 02:00:25 +08:00
修复
1. 图床 URL 匹配 (fix #88)
升级
1. lottie -> 6.5.2
This commit is contained in:
源文雨
2024-09-09 15:21:14 +09:00
parent 0c9fe04c9b
commit 042a232b86
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ object CMApi {
if (field != null) return field
if (Proxy.useImageProxy) field = Proxy(
R.string.imgProxyApiUrl,
Regex("^https://[0-9a-z-]+\\.mangafuna\\.xyz/"),
Regex("^https://[0-9a-z-]+\\.mangafun[a-z]\\.(xyz|fun)/"),
R.string.imgProxyKeyID
)
return field