feat(徽商银行): 开屏广告 (#2998)

This commit is contained in:
Kun Jinkao
2023-12-11 19:40:08 +08:00
committed by GitHub
parent b9b563a705
commit b3f1a4a25c

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hsbank.mobilebank',
name: '徽商银行',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.hsbank.mobilebank:id/tv_skip"]',
snapshotUrls: 'https://i.gkd.li/import/13625382',
},
],
});