Skip to content

Commit

Permalink
fix:代码错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ghhccghk committed Feb 15, 2025
1 parent 5b68a06 commit 2e6cb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/cn/lyric/getter/hook/app/Kugou.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Kugou : BaseHook() {
val verCode: Int = app.packageManager?.getPackageInfo(app.packageName, 0)?.getVersionCode() ?: 0
when (app.packageName) {
"com.kugou.android" -> {
if (getProcessName(app) == "com.kugou.android.lite.support"){
if (getProcessName(app) == "com.kugou.android.support"){
when{
verCode <= 10000 -> hookCarLyric()
}
Expand Down

0 comments on commit 2e6cb57

Please sign in to comment.