mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(小米云服务): 全屏广告-广告弹窗(补充规则)
This commit is contained in:
@@ -6,11 +6,29 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '全屏广告-云存储空间不足弹窗',
|
name: '全屏广告-广告弹窗',
|
||||||
activityIds:
|
rules: [
|
||||||
'com.miui.cloudservice.hybrid.SignDeductDialogHybridActivity',
|
{
|
||||||
rules: 'View > [text="以后再说"]',
|
key: 0,
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12847374',
|
name: '云存储空间不足弹窗',
|
||||||
|
activityIds:
|
||||||
|
'com.miui.cloudservice.hybrid.SignDeductDialogHybridActivity',
|
||||||
|
matches: '[text="以后再说"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/df5f7c28-a1fa-4d1b-87b8-2f592e5a8423',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/12847374',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '会员打折弹窗',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.miui.cloudservice.ad.AdPopupActivity',
|
||||||
|
matches: '[vid="ad_popup_close_iv"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/fbb8a877-4e69-4d72-b31d-85ad87ab34af',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14320937',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user