mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
chore: init
This commit is contained in:
29
src/apps/com.zidongdianji.ts
Normal file
29
src/apps/com.zidongdianji.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.zidongdianji',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '自动点击器-开屏广告',
|
||||
activityIds: 'com.autoclicker.clicker.ads.SplashActivity',
|
||||
rules: [
|
||||
'[id=`com.byted.pangle:id/tt_splash_skip_btn`]',
|
||||
'TextView[text^=`跳过`]',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '自动点击器-首页顶部广告卡片',
|
||||
activityIds: 'com.autoclicker.clicker.MainActivity',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.bytedance.sdk.openadsdk.core.dislike.ui',
|
||||
matches:
|
||||
'@LinearLayout > TextView[id=`com.byted.pangle:id/tt_item_tv`][text=`不感兴趣`]',
|
||||
},
|
||||
'Image < @View + View >2 [text*=`广告`]',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user