feat(铁路人): 开屏广告 (#2072)

close #2070
This commit is contained in:
jiuqianyuan 2023-11-14 19:55:07 +08:00 committed by GitHub
parent 18bf6041cc
commit 63e12565f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.haien.app.TrainPassNative',
name: '铁路人',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13334624',
},
],
});