mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(追漫大全): 广告弹窗 (#949)
* feat(追漫大全): 广告弹窗 * feat(追漫大全): 广告弹窗-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li> close #947
This commit is contained in:
16
src/apps/com.mj.mjyd.ts
Normal file
16
src/apps/com.mj.mjyd.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user