mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(问真八字排盘): 全屏广告 (#1399)
* feat(问真八字排盘) * feat(问真八字排盘): 规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1392
This commit is contained in:
17
src/apps/com.wzwh.bzpaipan.ts
Normal file
17
src/apps/com.wzwh.bzpaipan.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
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://gkd-kit.gitee.io/import/13162912',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user