mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat: 移除APP开屏广告
This commit is contained in:
@@ -3,22 +3,8 @@ import { defineAppConfig } from '../types';
|
||||
export default defineAppConfig({
|
||||
id: 'com.dragon.read',
|
||||
name: '番茄免费小说',
|
||||
deprecatedKeys: [11],
|
||||
deprecatedKeys: [-1, 11],
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
matches: '[text="跳过广告"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13210844',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: '卡片式广告',
|
||||
|
||||
Reference in New Issue
Block a user