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,30 +0,0 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.growing.topwidgets',
name: '万能小组件 Top Widgets',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 1,
name: '开屏广告-1',
quickFind: true,
matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13334835',
},
{
key: 2,
name: '开屏广告-2',
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13363115',
},
],
},
],
});