mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(FOWL): 开屏广告 (#188)
This commit is contained in:
26
src/apps/vstc.AKCXKJ.client.ts
Normal file
26
src/apps/vstc.AKCXKJ.client.ts
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'vstc.AKCXKJ.client',
|
||||||
|
name: 'FOWL',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: [
|
||||||
|
'vstc.AKCXKJ.client.SplashActivity',
|
||||||
|
'vstc.AKCXKJ.client.MainActivity',
|
||||||
|
],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12661199'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '@[id=null][text^="跳过"] < LinearLayout +(4) ImageView',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12661178'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user