feat(动漫之家社区): 广告弹窗 (#951)

* feat(动漫之家社区): 广告弹窗

* feat(动漫之家社区): 广告弹窗-规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>

close #941
This commit is contained in:
jiuqianyuan
2023-10-13 00:54:34 +08:00
committed by GitHub
parent 7f82acd950
commit 8b4f199885

View 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',
},
],
});