mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(图图影视): 开屏, 弹窗 (#1413)
* Create com.jsguohua.youquanmall.tt.ts * feat(图图影视): 规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1401
This commit is contained in:
33
src/apps/com.jsguohua.youquanmall.tt.ts
Normal file
33
src/apps/com.jsguohua.youquanmall.tt.ts
Normal file
@@ -0,0 +1,33 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jsguohua.youquanmall.tt',
|
||||
name: '图图影视',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: '[text^="跳过"][text.length<=3]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13163305',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '应用内弹窗',
|
||||
activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity',
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'[text="去微信看看"] < FrameLayout <n FrameLayout[childCount=2] -n FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13163314',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user