mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
* feat(问真八字排盘) * feat(问真八字排盘): 规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1392
18 lines
503 B
TypeScript
18 lines
503 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://gkd-kit.gitee.io/import/13162912',
|
|
},
|
|
],
|
|
});
|