feat(天津地铁): 开屏广告 (#2934)

close #2930
This commit is contained in:
adproqwq
2023-12-08 21:15:55 +08:00
committed by GitHub
parent 6ba475c9fb
commit f96e865965

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.bwton.tjmetro',
name: '天津地铁',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: '[id="com.bwton.tjmetro:id/time"][text*="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13608504',
},
],
});