mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(小米应用商店): 请求开启推送弹窗(默认关闭) (#362)
* feat(应用商店) * 新增示例图片 * feat(小米应用商店)
This commit is contained in:
@@ -40,5 +40,15 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 11,
|
||||||
|
name: '请求开启推送弹窗',
|
||||||
|
desc: '自动点击关闭按钮',
|
||||||
|
activityIds: 'com.xiaomi.market.ui.UpdateListActivity',
|
||||||
|
rules:
|
||||||
|
'@[id="com.xiaomi.market:id/dialog_cancel"] - LinearLayout > [id="com.xiaomi.market:id/btn_start_push"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12714980',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user