1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-27 14:20:30 +08:00
新增
1. 导出已下载漫画为zip压缩包
2. 浅色和深色模式切换 (fix #136)
3. 支持自建反向API代理 (不支持图片)
4. 我的下载显示本地阅读进度 (fix #46)
5. 倒序排列每一章节
This commit is contained in:
源文雨
2025-05-24 21:40:50 +09:00
parent ecd2f9d491
commit 98b2d1a4ae
37 changed files with 509 additions and 168 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 70
versionName '2.4.3'
versionCode 71
versionName '2.5.0'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"