Files
AIsouler-GKD_subscription/src/apps/com.gentle.ppcat.ts
2024-04-17 18:39:13 +08:00

43 lines
1.0 KiB
TypeScript

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