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,33 +0,0 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.cimoc.haleydu',
name: 'Cimoc',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.cimoc.haleydu:id/tvSkip"]',
snapshotUrls: 'https://i.gkd.li/import/13744813',
},
],
},
{
key: 1,
name: '应用内弹窗',
activityIds: 'com.haleydu.cimoc.SplashActivity',
rules: [
{
matches: 'FrameLayout[childCount=5] > @FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13748827',
},
],
},
],
});