Files
AIsouler-GKD_subscription/src/apps/com.gentle.ppcat.ts
2024-03-11 15:13:27 +08:00

46 lines
1.2 KiB
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.gentle.ppcat',
name: '皮皮喵',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
matches: '@FrameLayout - LinearLayout [text$="惊喜奖励"]',
snapshotUrls: [
'https://i.gkd.li/i/12777048',
'https://i.gkd.li/i/12858015',
],
},
{
key: 1,
matches: '[text="放弃奖励离开"]',
snapshotUrls: 'https://i.gkd.li/i/12777058',
},
{
key: 2,
matches: '@ImageView - WebView > [text="优量汇-插屏视频endcard"]',
snapshotUrls: 'https://i.gkd.li/i/12777051',
},
{
key: 3,
matches: '[desc="关闭喵"]',
snapshotUrls: [
'https://i.gkd.li/i/12777059',
'https://i.gkd.li/i/12777054', // activityId: 'com.gentle.ppcat.MainActivity'
'https://i.gkd.li/i/13797494', // activityId: 'com.hihonor.android.launcher.drawer.DrawerLauncher'
],
},
],
},
],
});