mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(驾校一点通):开屏广告跳过 (#74)
* feat(驾校一点通):开屏广告跳过 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
24
src/apps/com.jxedt.ts
Normal file
24
src/apps/com.jxedt.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.jxedt',
|
||||||
|
name: '驾校一点通',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '首页广告',
|
||||||
|
activityIds: ['com.jxedt.ui.activitys.GuideActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.jxedt:id/tv_guide_tiaoguo" || text*="跳过"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12605051',
|
||||||
|
'https://gkd-kit.gitee.io/import/12605053',
|
||||||
|
'https://gkd-kit.gitee.io/import/12605057',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
|
);
|
||||||
Reference in New Issue
Block a user