Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
feat: update purge rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed May 6, 2024
1 parent f5fe64a commit 0201576
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ class Purge : XposedContext(), IHooker, Obfuscated {
) { param ->
val postList = XposedHelpers.getObjectField(param.thisObject, "post_list") as? MutableList<*>
postList?.removeIf { post -> XposedHelpers.getObjectField(post, "aichat_bot_comment_card") != null }

// AI聊天卡片
XposedHelpers.setObjectField(param.thisObject, "aichat_bot_card", null)
}

// 吧页面
Expand Down

0 comments on commit 0201576

Please sign in to comment.