mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: 北京一卡通-跳过协议 (#1030)
This commit is contained in:
@@ -21,5 +21,22 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '功能类-跳过协议',
|
||||
desc: '点击[同意]',
|
||||
fastQuery: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.ui.activity.MainActivity',
|
||||
matches:
|
||||
'@[vid="Agree_and_continue"] <<2 * - [vid="layout_title"] >2 [vid="tv_privacy_content"]',
|
||||
exampleUrls: 'https://e.gkd.li/9c0ec080-3156-4276-b556-47cf20e08150',
|
||||
snapshotUrls: 'https://i.gkd.li/i/21133268',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user