mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 小米应用商店-移动数据更新弹窗点击继续 (#1263)
This commit is contained in:
@@ -119,5 +119,18 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 14,
|
||||||
|
name: '功能类-移动数据更新弹窗点击继续',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.xiaomi.market.ui.UpdateListActivity',
|
||||||
|
matches:
|
||||||
|
'@[text="继续"] <n * - * >4 [text^="您在使用数据网络,升级应用可能产生流量费用"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/22927652',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user