feat(e充电): 开屏广告 (#1640)

close #1631
This commit is contained in:
jiuqianyuan 2023-10-31 23:42:08 +08:00 committed by GitHub
parent 44289d613b
commit 20adb04552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.sgcc.evs.echarge',
name: 'e充电',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.sgcc.evs.echarge:id/tv_countdown"][text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13213926',
},
],
});