Open Ch3S3tR4 opened 6 years ago
想在悬浮按钮添加微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” } ] }
微x不知道那个界面怎么实现的,抓不到ui,其他微信自己的都能用mat抓到 另外心疼一波作者,微x也出了主题功能,还是收费的 但是我觉得没md好看,而且听说很卡 已经捐助,开发不易
7.0.0,mdwechat3.2测试有效,你再试试?
想在悬浮按钮添加微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” } ] }