mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
* feat(小小优趣): 主页弹窗广告 * Update com.ukids.client.phone.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
21 lines
501 B
TypeScript
21 lines
501 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/import/13400238'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|