Skip to content

Commit 9bd593f

Browse files
authored
chore(MenuBuilderHook): re add new version multi forward msg
提交顺序错误不小心误删, 重新加回
1 parent b5985c6 commit 9bd593f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/moe/ono/hooks/dispatcher/MenuBuilderHook.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ interface OnMenuBuilder {
107107
"com.tencent.mobileqq.aio.msglist.holder.component.LocationShare.AIOLocationShareComponent", // 位置共享
108108
"com.tencent.mobileqq.aio.qwallet.AIOQWalletComponent", // 红包转账
109109
"com.tencent.mobileqq.aio.shop.AIOShopArkContentComponent", // 商城 Ark 卡片
110-
"com.tencent.qqnt.aio.sample.BusinessSampleContentComponent" // 业务示例
110+
"com.tencent.qqnt.aio.sample.BusinessSampleContentComponent", // 业务示例
111+
"com.tencent.mobileqq.aio.msglist.holder.component.template.AIOTemplateMsgComponent" // 新版合并转发
111112
)
112113

113114
fun onGetMenu(

0 commit comments

Comments
 (0)