Skip to content

Commit

Permalink
适配抖音25.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GangJust committed May 25, 2023
1 parent cfca0a0 commit 845d5a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
1 change: 1 addition & 0 deletions app/src/main/assets/update.log
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ v1.1.1
修复部分页面顶部仍被重构

v1.1.2
适配抖音25.5.0
更换清爽模式切换逻辑
修复自定义文件名空白字符下载失败
25 changes: 5 additions & 20 deletions core/src/main/java/com/freegang/douyin/HMainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,11 @@ class HMainActivity(lpparam: XC_LoadPackage.LoadPackageParam) : BaseHook<MainAct
private val config get() = Config.get()
private val clipboardLogic = ClipboardLogic(this)
private val supportVersions = listOf(
"23.5.0",
"23.6.0",
"23.7.0",
"23.8.0",
"23.9.0",
"24.0.0",
"24.1.0",
"24.2.0",
"24.3.0",
"24.4.0",
"24.5.0",
"24.6.0",
"24.7.0",
"24.8.0",
"24.9.0",
"25.0.0",
"25.1.0",
"25.2.0",
"25.3.0",
"25.4.0",
"23.5.0", "23.6.0", "23.7.0", "23.8.0", "23.9.0",
"24.0.0", "24.1.0", "24.2.0", "24.3.0", "24.4.0",
"24.5.0", "24.6.0", "24.7.0", "24.8.0", "24.9.0",
"25.0.0", "25.1.0", "25.2.0", "25.3.0", "25.4.0",
"25.5.0",
)

@OnAfter("onCreate")
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FreedomPlus

[![](https://img.shields.io/github/v/release/GangJust/FreedomPlus)](https://github.com/GangJust/FreedomPlus/releases) [![](https://img.shields.io/github/downloads/GangJust/FreedomPlus/total?color=g)]()
[![](https://img.shields.io/github/v/release/GangJust/FreedomPlus)](https://github.com/GangJust/FreedomPlus/releases) [![](https://img.shields.io/github/downloads/GangJust/FreedomPlus/total?color=g)]() [![](https://img.shields.io/badge/QQ%E7%BE%A4-770498642-yellow)](https://qm.qq.com/cgi-bin/qm/qr?k=WxbfjDHjU1zQETlZ7Xeeusg2TxfzNsm8&jump_from=webapi&authKey=02HyI2e2oH3AXd/cYfr8mWEtIWYMku5RWWunRiW/zp7k1i6p99diZp1+pbEat6Jh)

依赖于抖音运行的开源Xposed模块

Expand All @@ -21,7 +21,7 @@

## 支持版本

- 23.5.0、23.6.0、23.7.0、23.8.0、23.9.0、24.0.0、24.1.0、24.2.0、24.3.0、24.4.0、24.5.0、24.6.0、24.7.0、24.8.0、24.9.0、25.0.0、25.1.0、25.2.0、25.3.0、25.4.0
- 23.5.0、23.6.0、23.7.0、23.8.0、23.9.0、24.0.0、24.1.0、24.2.0、24.3.0、24.4.0、24.5.0、24.6.0、24.7.0、24.8.0、24.9.0、25.0.0、25.1.0、25.2.0、25.3.0、25.4.0、25.5.0



Expand Down

0 comments on commit 845d5a4

Please sign in to comment.