Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[功能请求] 移除“你可以在这里设置群消息提醒设置”提示(有参考代码) #781

Closed
MoonLeeeaf opened this issue Feb 1, 2024 · 0 comments
Labels

Comments

@MoonLeeeaf
Copy link
Contributor

MoonLeeeaf commented Feb 1, 2024

该 Issue 已完成

QQ(TIM)版本/QQ(TIM) Version

Tim 3.5.1

为什么你认为需要此功能

参考 #667 ,由于死马腾讯死灰复燃,因此还需要进一步补充功能,以便彻底删除提示
Screenshot_20240201_103235

Screenshot_20240201_103403

联系到哪些已经存在的bug或者功能

Issue #667

具体功能需要/Specific features require

参考Issue #667 的实现,需要滞空类 com.tencent.mobileqq.activity.aio.rebuild.TroopChatPie$38 的 run 方法
感谢!
Screenshot_20240201_103535_bin mt plus

参考代码

// https://github.com/cinit/QAuxiliary/commit/8dac199f85424c396856b0a9816f3e1e73f947f8
override fun initOnce(): Boolean {
        HookUtils.hookBeforeIfEnabled(
            this, Reflex.findMethod(
                Initiator.loadClass("com.tencent.mobileqq.activity.aio.rebuild.TroopChatPie\$38"),
                "run")
        ) {
            it.result = null;
        }
        return true;
    }
@MoonLeeeaf MoonLeeeaf changed the title [功能请求] 移除“你可以在这里设置群消息提醒设置”提示 [功能请求] 移除“你可以在这里设置群消息提醒设置”提示(有参考代码) Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant