1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-07 00:10:22 +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

@@ -11,8 +11,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 62
versionName '2.3.4'
versionCode 63
versionName '2.3.5'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -94,6 +94,6 @@ dependencies {
implementation 'com.lapism:search:2.4.1@aar'
//noinspection GradleDependency
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'com.airbnb.android:lottie:6.4.1'
implementation 'com.airbnb.android:lottie:6.5.2'
implementation 'net.java.dev.jna:jna:5.14.0@aar'
}

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