Files
AIsouler-GKD_subscription/src/apps/com.cainiao.wireless.ts
aisouler c15ae2f9e3 Squashed commit of the following:
commit a2070169a5277890ce9780ed3c89bf26aff525a6
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 26 16:36:45 2024 +0800

    Update com.cainiao.wireless.ts

commit 84f9ce7ef6fe26da8c09cd90d35079c3c8db5ccb
Author: aisouler <zy43220@gmail.com>
Date:   Wed Jan 24 14:32:37 2024 +0800

    feat:规则分类

commit df733e46a8c6019d3e8d7ee9910de791641f3dfd
Author: aisouler <zy43220@gmail.com>
Date:   Wed Jan 24 14:29:06 2024 +0800

    feat(菜鸟):发现页新装试用弹窗
2024-02-01 18:29:07 +08:00

97 lines
2.8 KiB
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.cainiao.wireless',
name: '菜鸟',
deprecatedKeys: [0, 3],
groups: [
{
key: 1,
name: '全屏广告-弹窗广告',
rules: [
{
key: 0,
activityIds:
'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
quickFind: true,
matches: '[id="com.cainiao.wireless:id/draw_dialog_iv_close"]',
snapshotUrls: [
'https://i.gkd.li/import/12914371',
'https://i.gkd.li/import/13692758',
],
},
{
key: 1,
activityIds:
'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main',
matches:
'View[childCount=4] > Image + View + Image + View[text.length>0][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13042279',
},
],
},
{
key: 2,
name: '局部广告-包裹页面-地图底部横条广告',
activityIds: [
'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
],
rules: 'View[desc="立即查看"] +2 ImageView[id=null]',
snapshotUrls: ['https://i.gkd.li/import/12914450'],
},
{
key: 4,
name: '更新提示',
enable: false,
quickFind: true,
activityIds: [
'com.cainiao.wireless.homepage.view.activity.HomePageActivity',
],
rules: '[text="确认"] - [text="取消"]',
snapshotUrls: ['https://i.gkd.li/import/13042207'],
},
{
key: 5,
name: '通知提示',
desc: '自动点击关闭。',
enable: false,
quickFind: true,
activityIds: [
'com.cainiao.wireless.homepage.view.activity.HomePageActivity',
],
rules: '[id="com.cainiao.wireless:id/gg_dialog_base_close"]',
snapshotUrls: ['https://i.gkd.li/import/13068573'],
},
{
key: 6,
name: '评价提示',
activityIds: 'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
rules: '@[text="取消"] + [text="好评"]',
snapshotUrls: 'https://i.gkd.li/import/13692761',
},
{
key: 7,
name: '全屏广告-今日手气红包',
desc: '点击右上角X',
quickFind: true,
activityIds:
'com.cainiao.wireless.homepage.view.activity.HomePageActivity',
rules: '[vid="dialog_full_image_close"]',
snapshotUrls: 'https://i.gkd.li/import/13842492',
},
{
key: 8,
name: '全屏广告-发现页新装试用弹窗',
desc: '点击X',
rules: [
{
activityIds:
'com.cainiao.wireless.homepage.view.activity.HomePageActivity',
matches: 'View[childCount=2][clickable=true] > [text="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/14033859',
},
],
},
],
});