feat(追漫大全): 广告弹窗 (#949)

* feat(追漫大全): 广告弹窗

* feat(追漫大全): 广告弹窗-规则优化

---------

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

close #947
This commit is contained in:
jiuqianyuan
2023-10-13 00:43:02 +08:00
committed by GitHub
parent 4bbe122b96
commit 65509e53a1

16
src/apps/com.mj.mjyd.ts Normal file
View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.mj.mjyd',
name: '追漫大全',
groups: [
{
key: 1,
name: '广告弹窗',
quickFind: true,
rules:
'@ImageView < FrameLayout[childCount=1] <2 FrameLayout[childCount=6] >3 [text="立即下载"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12877729',
},
],
});