mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(天猫精灵): 开屏广告 (#663)
* feat(天猫精灵): 开屏广告 * fix(天猫精灵): 增加开屏广告一种情况 --------- Co-authored-by: dlh <du__th@163.com>
This commit is contained in:
24
src/apps/com.alibaba.ailabs.tg.ts
Normal file
24
src/apps/com.alibaba.ailabs.tg.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.alibaba.ailabs.tg',
|
||||||
|
name: '天猫精灵',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.alibaba.ailabs.tg.splash.WelcomeActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: ['[id="com.alibaba.ailabs.tg:id/fl_ad"] >n [text^="跳过"]'],
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12814080'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
action: 'clickNode',
|
||||||
|
matches: ['[id="com.alibaba.ailabs.tg:id/operation_ad_skip_text"]'],
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12819744'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user