mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
18 lines
490 B
TypeScript
18 lines
490 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.wzwh.bzpaipan',
|
|
name: '问真八字排盘',
|
|
groups: [
|
|
{
|
|
key: 3,
|
|
name: '全屏广告',
|
|
quickFind: true,
|
|
activityIds: 'com.qq.e.ads.PortraitADActivity',
|
|
rules:
|
|
'@ImageView[clickable=true] < LinearLayout[childCount=1] <2 FrameLayout[childCount=2] < [id="android:id/content"][childCount=1]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13162912',
|
|
},
|
|
],
|
|
});
|