mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(腾讯手游加速器): 开屏广告,悬浮广告,信息流内嵌广告 (#834)
* feat【开屏广告】 * feat【悬浮广告】 * feat【信息流内嵌广告】
This commit is contained in:
37
src/apps/com.tencent.cmocmna.ts
Normal file
37
src/apps/com.tencent.cmocmna.ts
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.tencent.cmocmna',
|
||||||
|
name: '腾讯手游加速器',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.tencent.mocmna.activity.MainActivity',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[text$="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12847303',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '悬浮广告',
|
||||||
|
activityIds: 'com.tencent.mocmna.activity.MainActivity',
|
||||||
|
rules: 'ViewGroup[childCount=2] > @ImageView[id!=null] + ImageView',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12847323',
|
||||||
|
'https://gkd-kit.gitee.io/import/12847336',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '信息流内嵌广告',
|
||||||
|
activityIds: 'com.tencent.mocmna.activity.MainActivity',
|
||||||
|
rules: 'ImageView - ViewGroup > ImageView + ImageView + ImageView',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12847340',
|
||||||
|
'https://gkd-kit.gitee.io/import/12847364',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user