mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(小小优趣): 主页弹窗广告 (#2240)
* feat(小小优趣): 主页弹窗广告 * Update com.ukids.client.phone.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
20
src/apps/com.ukids.client.phone.ts
Normal file
20
src/apps/com.ukids.client.phone.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
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'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user