feat(平安证券): 开屏广告 (#2678)

close #2677
This commit is contained in:
walklty
2023-11-30 21:40:44 +08:00
committed by GitHub
parent afdfe75425
commit c821157d34

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hundsun.winner.pazq',
name: '平安证券',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.hundsun.winner.pazq:id/tv_skip"]',
snapshotUrls: 'https://i.gkd.li/import/13508287',
},
],
},
],
});