Skip to content

Commit

Permalink
fix: revise ShowMonsCount description
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuin123 authored Jan 1, 2025
1 parent 027d620 commit 4be5740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/cc/ioctl/hook/msg/ShowMsgCount.kt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object ShowMsgCount : CommonSwitchFunctionHook(
1. 小程序(菜单键)
2. 隐藏会话(右上角+悬浮消息列表)
3. 群消息数量(消息列表+左上角返回)
5. 总消息数量
4. 总消息数量
""".trimIndent()
override val uiItemLocation = FunctionEntryRouter.Locations.Auxiliary.MESSAGE_CATEGORY

Expand Down Expand Up @@ -231,4 +231,4 @@ object ShowMsgCount : CommonSwitchFunctionHook(
}

}
}
}

0 comments on commit 4be5740

Please sign in to comment.