mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
@@ -3,6 +3,7 @@ import { defineAppConfig } from '../types';
|
||||
export default defineAppConfig({
|
||||
id: 'com.cainiao.wireless',
|
||||
name: '菜鸟',
|
||||
deprecatedKeys: [3],
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -31,13 +32,28 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '包裹页面-弹窗广告',
|
||||
quickFind: true,
|
||||
activityIds: [
|
||||
'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity',
|
||||
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',
|
||||
},
|
||||
],
|
||||
rules: 'RelativeLayout > ImageView[desc="关闭"]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/12914371'],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
@@ -48,16 +64,6 @@ export default defineAppConfig({
|
||||
rules: 'View[desc="立即查看"] +2 ImageView[id=null]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/12914450'],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '寄包裹-弹窗广告',
|
||||
enable: false,
|
||||
activityIds: [
|
||||
'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main',
|
||||
],
|
||||
rules: 'View + Image + View[text.length>0]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13042279'],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '升级提示',
|
||||
@@ -81,5 +87,12 @@ export default defineAppConfig({
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user