mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:03:41 +08:00
feat(小米应用商店): 请求开启推送弹窗(默认关闭) (#362)
* feat(应用商店) * 新增示例图片 * feat(小米应用商店)
This commit is contained in:
parent
acf1fe6859
commit
30f689fdea
|
@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user