feat(广银信用卡):开屏广告 (#2743)

close #2700
This commit is contained in:
jiuqianyuan
2023-12-03 16:46:51 +08:00
committed by GitHub
parent b688af4edd
commit f2f6af1b19

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.com.gzbank.mbank',
name: '广银信用卡',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13520034',
},
],
});