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

Commit

Permalink
feat: update ad filtering rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed Mar 10, 2024
1 parent 22d56e2 commit 19c54ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:

- name: Write job summary
if: success()
run: |
echo "### [下载链接](${{ steps.upload.outputs.artifact-url }})" >> $GITHUB_STEP_SUMMARY
run: echo "### [下载链接](${{ steps.upload.outputs.artifact-url }})" >> $GITHUB_STEP_SUMMARY

- name: Send commit to telegram
uses: appleboy/telegram-action@master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ protected void beforeHookedMethod(final MethodHookParam param) throws Throwable

// 圈层热贴
XposedHelpers.setObjectField(param.thisObject, "hot_card", null);

// 添加兴趣,为你精准推荐相关内容~
XposedHelpers.setObjectField(param.thisObject, "interest_class", null);
}
});
// 帖子 AI 聊天
Expand Down

0 comments on commit 19c54ca

Please sign in to comment.