feat(富民银行): 开屏广告(gkd-kit#3504) (#3551)

close #3504
This commit is contained in:
aoguai
2024-01-02 20:17:47 +08:00
committed by GitHub
parent b5e17a8545
commit 40e8055dc1

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.fbank.mobile',
name: '富民银行',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.fbank.mobile:id/iv_dumiao"]',
snapshotUrls: 'https://i.gkd.li/import/13797434',
},
],
},
],
});