mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
60 lines
1.7 KiB
TypeScript
60 lines
1.7 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.android.bankabc',
|
|
name: '中国农业银行',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开屏广告',
|
|
desc: '点击跳过',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[id="com.android.bankabc:id/close"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/67cfc2f8-a108-4382-976a-0da7d13764e9',
|
|
snapshotUrls: 'https://i.gkd.li/i/14179162',
|
|
},
|
|
{
|
|
key: 1,
|
|
actionCdKey: 0,
|
|
matches:
|
|
'[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳过"||text*="skip"||text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down" && vid!*="download") || desc*="跳过" || desc*="skip"]',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '更新提示',
|
|
quickFind: true,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[vid="upgrade_bottom"] > [vid="negativeTextView"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14208545',
|
|
},
|
|
{
|
|
key: 3,
|
|
name: '定位提示',
|
|
quickFind: true,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text="允许获取位置信息"] +n * > [text="取消"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14208572',
|
|
},
|
|
{
|
|
key: 4,
|
|
name: '通知提示',
|
|
quickFind: true,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[vid="iv_notification_reminder_dialog_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14208621',
|
|
},
|
|
],
|
|
});
|