mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
98 lines
2.7 KiB
TypeScript
98 lines
2.7 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/i/12914371',
|
|
'https://i.gkd.li/i/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/i/13042279',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '局部广告-包裹页面-地图底部横条广告',
|
|
activityIds: [
|
|
'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
|
|
],
|
|
rules: 'View[desc="立即查看"] +2 ImageView[id=null]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12914450'],
|
|
},
|
|
{
|
|
key: 4,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: '[text="确认"] - [text="取消"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/13042207'],
|
|
},
|
|
{
|
|
key: 5,
|
|
name: '通知提示',
|
|
desc: '自动点击关闭',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: '[id="com.cainiao.wireless:id/gg_dialog_base_close"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/13068573'],
|
|
},
|
|
{
|
|
key: 6,
|
|
name: '评价提示',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '@[text="取消"] + [text="好评"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/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/i/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/i/14033859',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|