mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(rule): 添加下厨房开屏广告跳过规则
This commit is contained in:
30
src/apps/com.xiachufang.ts
Normal file
30
src/apps/com.xiachufang.ts
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.xiachufang',
|
||||||
|
name: '下厨房',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: ['com.xiachufang.startpage.ui.StartPageActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id$="/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.songe.li/import/12505985'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '[id$="/start_page_count_down_tv"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.songe.li/import/12506014'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '[text$="跳过"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12506014',
|
||||||
|
'https://gkd-kit.songe.li/import/12506041',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user