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

23 lines
474 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.yoloho.dayima',
name: '大姨妈',
groups: [
{
key: 1,
name: '广告弹窗',
matchTime: 10000,
rules: [
{
key: 0,
name: '腾讯SDK',
matches:
'[id="android:id/content"] >n FrameLayout[index=2] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13800255',
},
],
},
],
});