mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(菜鸟): 开启消息弹窗 (#1328)
This commit is contained in:
@@ -59,5 +59,17 @@ export default defineAppConfig({
|
|||||||
rules: '[text="确认"] - [text="取消"]',
|
rules: '[text="确认"] - [text="取消"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/13042207'],
|
snapshotUrls: ['https://i.gkd.li/import/13042207'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
name: '开启消息弹窗',
|
||||||
|
desc: '自动点击关闭。',
|
||||||
|
enable: false,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: [
|
||||||
|
'com.cainiao.wireless.homepage.view.activity.HomePageActivity',
|
||||||
|
],
|
||||||
|
rules: '[id="com.cainiao.wireless:id/gg_dialog_base_close"]',
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13068573'],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user