diff --git a/src/apps/com.cainiao.wireless.ts b/src/apps/com.cainiao.wireless.ts index 43e3743d..0fe1a310 100644 --- a/src/apps/com.cainiao.wireless.ts +++ b/src/apps/com.cainiao.wireless.ts @@ -7,7 +7,7 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '弹窗广告', + name: '全屏广告-弹窗广告', rules: [ { key: 0, @@ -32,7 +32,7 @@ export default defineAppConfig({ }, { key: 2, - name: '包裹页面-地图底部横条广告', + name: '局部广告-包裹页面-地图底部横条广告', activityIds: [ 'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity', ], @@ -41,7 +41,7 @@ export default defineAppConfig({ }, { key: 4, - name: '升级提示', + name: '更新提示', enable: false, quickFind: true, activityIds: [ @@ -52,7 +52,7 @@ export default defineAppConfig({ }, { key: 5, - name: '开启消息弹窗', + name: '通知提示', desc: '自动点击关闭。', enable: false, quickFind: true, @@ -64,7 +64,7 @@ export default defineAppConfig({ }, { key: 6, - name: '请求好评弹窗', + name: '评价提示', activityIds: 'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity', rules: '@[text="取消"] + [text="好评"]', snapshotUrls: 'https://i.gkd.li/import/13692761', @@ -79,5 +79,18 @@ export default defineAppConfig({ 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', + }, + ], + }, ], });