Squashed commit of the following:

commit f867c5b392cee017e116c95713cafd06d3135677
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Jan 16 06:07:36 2024 +0000

    chore(actions): check_format_lint

commit 077fdcc1f47f5f7c6f2dfed784231da636028af0
Author: aisouler <zy43220@gmail.com>
Date:   Tue Jan 16 14:06:49 2024 +0800

    feat(WPS Office):首页底部升级会员卡片、体验超级会员弹窗
This commit is contained in:
aisouler
2024-02-01 17:50:37 +08:00
parent 955cc6f921
commit 45536c5523

View File

@@ -116,5 +116,29 @@ export default defineAppConfig({
rules: '[id="cn.wps.moffice_eng:id/home_banner_ad_spread_close"]',
snapshotUrls: 'https://i.gkd.li/import/13804525',
},
{
key: 7,
quickFind: true,
name: '局部广告-首页底部升级会员卡片',
rules: [
{
activityIds: 'cn.wps.moffice.main.local.HomeRootActivity',
matches: '[id="cn.wps.moffice_eng:id/phone_message_close_button"]',
snapshotUrls: 'https://i.gkd.li/import/13945839',
},
],
},
{
key: 8,
name: '全屏广告-体验超级会员弹窗',
rules: [
{
activityIds: 'cn.wps.moffice.main.local.HomeRootActivity',
matches:
'[id="cn.wps.moffice_eng:id/push_tips_ptr_super_webview"] >6 TextView[index=2]',
snapshotUrls: 'https://i.gkd.li/import/13945835',
},
],
},
],
});