MDWechat icon indicating copy to clipboard operation
MDWechat copied to clipboard

悬浮按钮添加微X模块

Open Ch3S3tR4 opened this issue 6 years ago • 2 comments

想在悬浮按钮添加微X模块,但不知道type该写啥,教学里说的weiX没反应。

{ “info”: “自定义悬浮按钮”, “menu”: { “icon”: “ic_menu.png” }, “items”: [ { “order”: 1, “type”: “weiX”, “text”: “微X模块”, “icon”: “ic_settings.png” }, { “order”: 2, “type”: “com.tencent.mm.ui.contact.SelectContactUI”, “text”: “群聊”, “icon”: “ic_chat.png” }, { “order”: 3, “type”: “com.tencent.mm.plugin.subapp.ui.pluginapp.AddMoreFriendsUI”, “text”: “添加好友”, “icon”: “ic_person_add.png” }, { “order”: 4, “type”: “com.tencent.mm.plugin.offline.ui.WalletOfflineCoinPurseUI”, “text”: “收付款”, “icon”: “ic_money.png” }, { “order”: 5, “type”: “com.tencent.mm.plugin.scanner.ui.BaseScanUI”, “text”: “扫一扫”, “icon”: “ic_scan.png” }, { “order”: 6, “type”: “com.tencent.mm.plugin.fav.ui.FavoriteIndexUI”, “text”: “收藏”, “icon”: “ic_favorite.png” } ] }

Ch3S3tR4 avatar Nov 01 '18 02:11 Ch3S3tR4

微x不知道那个界面怎么实现的,抓不到ui,其他微信自己的都能用mat抓到 另外心疼一波作者,微x也出了主题功能,还是收费的 但是我觉得没md好看,而且听说很卡 已经捐助,开发不易

ghost avatar Mar 06 '19 13:03 ghost

7.0.0,mdwechat3.2测试有效,你再试试?

Alvinnfly avatar Mar 06 '19 15:03 Alvinnfly