Files
AIsouler-GKD_subscription/src/apps/com.cmbchina.ccd.pluto.cmbActivity.ts
2024-01-03 01:06:35 +08:00

98 lines
3.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.cmbchina.ccd.pluto.cmbActivity',
name: '掌上生活',
deprecatedKeys: [0],
groups: [
{
key: 1,
name: '版本更新',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [
'com.cmbchina.ccd.pluto.cmbActivity.CMBRootActivityV2',
'com.cmbchina.ccd.pluto.cmbActivity.secplugin',
],
rules:
'[id="com.cmbchina.ccd.pluto.cmbActivity:id/bt_sure_tips"] - [id="com.cmbchina.ccd.pluto.cmbActivity:id/bt_cancel_tips"]',
snapshotUrls: [
'https://i.gkd.li/import/12647025',
'https://i.gkd.li/import/12727203',
'https://i.gkd.li/import/13345771', //
],
},
{
key: 2,
name: '首页弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: ['com.cmbchina.ccd.pluto.cmbActivity.CMBRootActivityV2'],
rules:
'[id="com.cmbchina.ccd.pluto.cmbActivity:id/lly_pop_shell"] > [id="com.cmbchina.ccd.pluto.cmbActivity:id/img_cf_view_close"]',
snapshotUrls: [
'https://i.gkd.li/import/12647000',
'https://i.gkd.li/import/13360282',
],
},
{
key: 3,
name: '右侧悬浮广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 2, // 目前只有2个界面会分别弹悬浮窗
resetMatch: 'app',
rules: [
{
name: '信用卡、我的页面',
activityIds: [
'com.cmbchina.ccd.pluto.cmbActivity.CMBRootActivityV2',
'com.cmbchina.ccd.pluto.cmbActivity.secondNav',
],
matches:
'[id="com.cmbchina.ccd.pluto.cmbActivity:id/img_floating_ad_cmb"] - [id="com.cmbchina.ccd.pluto.cmbActivity:id/img_close_floating_ad_cmb"]',
snapshotUrls: [
'https://i.gkd.li/import/12647039', // 信用卡页面
'https://i.gkd.li/import/12647052', // 我的页面
],
},
{
name: '查账页面',
activityIds: [
'com.cmbchina.ccd.pluto.cmbActivity.CMBRootActivityV2',
'com.cmbchina.ccd.pluto.cmbActivity.repaymentBillv3.billRepay',
],
matches:
'[id="com.cmbchina.ccd.pluto.cmbActivity:id/img_cmb_drag_pendant_bg"] - [id="com.cmbchina.ccd.pluto.cmbActivity:id/img_cmb_drag_pendant_close"]',
snapshotUrls: ['https://i.gkd.li/import/12647127'],
},
{
name: '发现页',
activityIds: 'com.cmbchina.ccd.pluto.cmbActivity.CMBRootActivityV2',
matches:
'[id="com.cmbchina.ccd.pluto.cmbActivity:id/view_cat"] + [id="com.cmbchina.ccd.pluto.cmbActivity:id/view_close"]',
snapshotUrls: 'https://i.gkd.li/import/13402782',
},
],
},
{
enable: false,
key: 4,
name: '消息页面-通知开关',
desc: '点击x按钮不开启系统通知',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
activityIds: ['com.cmbchina.ccd.pluto.cmbActivity.messagebox'],
rules:
'[id="com.cmbchina.ccd.pluto.cmbActivity:id/btn_open_notify"] + [id="com.cmbchina.ccd.pluto.cmbActivity:id/iv_delete"]',
snapshotUrls: ['https://i.gkd.li/import/12647068'],
},
],
});