mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(动漫之家社区): 广告弹窗 (#951)
* feat(动漫之家社区): 广告弹窗 * feat(动漫之家社区): 广告弹窗-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li> close #941
This commit is contained in:
17
src/apps/com.dmzjsq.manhua.ts
Normal file
17
src/apps/com.dmzjsq.manhua.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.dmzjsq.manhua',
|
||||||
|
name: '动漫之家社区',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '广告弹窗',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
rules:
|
||||||
|
'@ImageView < FrameLayout[childCount=1] <3 FrameLayout[childCount=5] <2 FrameLayout[childCount=3] < FrameLayout[childCount=1] < [id="android:id/content"][childCount=1]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12885087',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user