mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: 移除APP开屏广告
This commit is contained in:
@@ -3,33 +3,8 @@ import { defineAppConfig } from '../types';
|
||||
export default defineAppConfig({
|
||||
id: 'com.cainiao.wireless',
|
||||
name: '菜鸟',
|
||||
deprecatedKeys: [3],
|
||||
deprecatedKeys: [0, 3],
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告-1',
|
||||
matches: '[text^="跳过"][text.length<=4]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12901758',
|
||||
'https://i.gkd.li/import/12724823',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告-2',
|
||||
matches: '[id="com.cainiao.wireless:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13459538',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '弹窗广告',
|
||||
|
||||
Reference in New Issue
Block a user