mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -6,10 +6,21 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '西瓜视频-关闭青少年模式弹窗',
|
name: '青少年模式弹窗',
|
||||||
activityIds: 'com.ixigua.commonui.uikit.dialog.XGAlertDialog',
|
quickFind: true,
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12472628'],
|
actionMaximum: 1,
|
||||||
rules: ['TextView[text="我知道了"][clickable=true]'],
|
resetMatch: 'app',
|
||||||
|
rules: '[text$="青少年模式"] +n [text="我知道了"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/12472628',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '更新弹窗',
|
||||||
|
quickFind: true,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '@[desc="关闭"] - LinearLayout > [text="立即升级"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13328430',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user