mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(校钉): 开屏广告 (#284)
* feat(校钉): 跳过开屏广告 * feat(校钉): 跳过开屏广告 * feat(校钉): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
28
src/apps/com.huiyou.xiaoding.ts
Normal file
28
src/apps/com.huiyou.xiaoding.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.huiyou.xiaoding',
|
||||
name: '校钉',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.huiyou.xiaoding.launcher.LauncherActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.huiyou.xiaoding:id/ksad_splash_circle_skip_view"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12699825'],
|
||||
},
|
||||
{
|
||||
matches: '[id="com.huiyou.xiaoding:id/skip_parent_view"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12699822'],
|
||||
},
|
||||
{
|
||||
matches:
|
||||
'[id="com.huiyou.xiaoding:id/id_splash_container"] TextView[text^="跳过"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12699790'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user