Files
AIsouler-GKD_subscription/src/apps/com.gkid.crazyrope.ts
2024-01-03 01:06:35 +08:00

37 lines
960 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.gkid.crazyrope',
name: '天天跳绳',
groups: [
{
key: 1,
name: '会员提示',
desc: '点击不需要',
quickFind: true,
activityIds: 'com.gkid.crazyrope.ui.member.MemberDiscountsActivity',
rules: [
{
matches: '[id="com.gkid.crazyrope:id/btn_close"][text="暂不需要"]',
snapshotUrls: 'https://i.gkd.li/import/12916419',
},
],
},
{
key: 2,
name: '浮窗广告',
desc: '二步确认',
quickFind: true,
activityIds: 'com.gkid.crazyrope.ui.drillcommon.DrillActivity',
rules: [
'[id="com.gkid.crazyrope:id/iv_close"]',
'[id="com.gkid.crazyrope:id/tv_close"][text="关闭广告"]',
],
snapshotUrls: [
'https://i.gkd.li/import/13262845',
'https://i.gkd.li/import/13262844',
],
},
],
});