mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
21 lines
509 B
TypeScript
21 lines
509 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ukids.client.phone',
|
|
name: '小小优趣',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
activityIds: ['com.ukids.client.phone.parent.ParentClientHomeActivity'],
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
matches: '[id="com.ukids.client.phone:id/dialog_dismiss_btn_two"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/13400238'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|