Skip to content

Commit

Permalink
fix: ShowMsgCount show qq mini msg count
Browse files Browse the repository at this point in the history
Closes #1160
  • Loading branch information
HdShare committed Aug 31, 2024
1 parent 00b8c0a commit 38b66c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/cc/ioctl/hook/msg/ShowMsgCount.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import io.github.qauxv.dsl.FunctionEntryRouter
import io.github.qauxv.hook.CommonSwitchFunctionHook
import io.github.qauxv.util.Initiator
import io.github.qauxv.util.QQVersion
import io.github.qauxv.util.SyncUtils
import io.github.qauxv.util.dexkit.AIOTitleVB_updateLeftTopBack_NT
import io.github.qauxv.util.dexkit.CCustomWidgetUtil_updateCustomNoteTxt_NT
import io.github.qauxv.util.dexkit.DexKit
Expand All @@ -56,7 +57,8 @@ object ShowMsgCount : CommonSwitchFunctionHook(
CCustomWidgetUtil_updateCustomNoteTxt_NT,
AIOTitleVB_updateLeftTopBack_NT,
NCustomWidgetUtil_updateCustomNoteTxt,
)
),
targetProc = SyncUtils.PROC_ANY
) {

override val name = "显示具体消息数量"
Expand Down

0 comments on commit 38b66c8

Please sign in to comment.