mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
27 lines
653 B
TypeScript
27 lines
653 B
TypeScript
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://i.gkd.li/import/12661199'],
|
|
},
|
|
{
|
|
matches: '@[id=null][text^="跳过"] < LinearLayout +(4) ImageView',
|
|
snapshotUrls: ['https://i.gkd.li/import/12661178'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|