Files
AIsouler-GKD_subscription/src/apps/com.lphtsccft.ts
2024-02-23 21:42:34 +08:00

38 lines
1.0 KiB
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lphtsccft',
name: '涨乐财富通',
groups: [
{
key: 1,
name: '全屏广告-首页广告弹窗',
activityIds: [
'com.lphtsccft.zhangle.startup.SplashScreenActivity',
'com.lphtsccft.zhangle.main.MainActivity',
],
rules: '[id="com.lphtsccft:id/tv_never"][text="不再提醒"]',
snapshotUrls: [
'https://i.gkd.li/i/12646899',
'https://i.gkd.li/i/12646925',
],
},
{
key: 2,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="升级体验"] +2 LinearLayout > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/12699308',
},
{
key: 3,
name: '局部广告-右侧悬浮广告',
activityIds: 'com.lphtsccft.zhangle.main.MainActivity',
rules: '[id="com.lphtsccft:id/home_float_close"]',
snapshotUrls: 'https://i.gkd.li/i/12892821',
},
],
});