feat: 移除APP开屏广告

This commit is contained in:
lisonge
2024-01-03 01:06:35 +08:00
parent 828d47d923
commit 6ba96865b4
703 changed files with 114 additions and 11393 deletions

View File

@@ -1,18 +0,0 @@
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',
},
],
});