mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(夸克): 更新提示+弹窗广告 (#1925)
This commit is contained in:
@@ -24,5 +24,24 @@ export default defineAppConfig({
|
|||||||
rules: '@Button[text="取消"] + Button[text="去设置"]',
|
rules: '@Button[text="取消"] + Button[text="去设置"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13249469',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13249469',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '更新提示',
|
||||||
|
desc: '点击取消',
|
||||||
|
quickFind: true,
|
||||||
|
actionMaximum: 1,
|
||||||
|
activityIds: 'com.ucpro.BrowserActivity',
|
||||||
|
rules: '@Button[text="取消"] + Button[text="更新"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13292512',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: '弹窗广告',
|
||||||
|
quickFind: true,
|
||||||
|
actionMaximum: 1,
|
||||||
|
activityIds: 'com.ucpro.BrowserActivity',
|
||||||
|
rules: 'ImageView[id="com.quark.browser:id/close_img"][clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13292571',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user