1 parent b5985c6 commit 9bd593fCopy full SHA for 9bd593f
1 file changed
app/src/main/java/moe/ono/hooks/dispatcher/MenuBuilderHook.kt
@@ -107,7 +107,8 @@ interface OnMenuBuilder {
107
"com.tencent.mobileqq.aio.msglist.holder.component.LocationShare.AIOLocationShareComponent", // 位置共享
108
"com.tencent.mobileqq.aio.qwallet.AIOQWalletComponent", // 红包转账
109
"com.tencent.mobileqq.aio.shop.AIOShopArkContentComponent", // 商城 Ark 卡片
110
- "com.tencent.qqnt.aio.sample.BusinessSampleContentComponent" // 业务示例
+ "com.tencent.qqnt.aio.sample.BusinessSampleContentComponent", // 业务示例
111
+ "com.tencent.mobileqq.aio.msglist.holder.component.template.AIOTemplateMsgComponent" // 新版合并转发
112
)
113
114
fun onGetMenu(
0 commit comments