mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(小米社区): 开屏广告(优化规则)、签到弹窗 (#2042)
* feat 开屏广告(优化规则) * feat 签到弹窗 * feat(小米社区): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,7 +7,10 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.xiaomi.mi.launch.LaunchActivity',
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: '[id="com.xiaomi.vipaccount:id/tv_skip"]',
|
rules: '[id="com.xiaomi.vipaccount:id/tv_skip"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12841023',
|
snapshotUrls: 'https://i.gkd.li/import/12841023',
|
||||||
},
|
},
|
||||||
@@ -26,5 +29,13 @@ export default defineAppConfig({
|
|||||||
rules: '[text="closeGray"][clickable=true]',
|
rules: '[text="closeGray"][clickable=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12642459',
|
snapshotUrls: 'https://i.gkd.li/import/12642459',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 3,
|
||||||
|
name: '签到弹窗',
|
||||||
|
activityIds: 'com.xiaomi.vipaccount.newbrowser.NormalWebActivity',
|
||||||
|
rules: '[text="签到赢权益"] +n Image[text*="cancel_circle"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13328271',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user