mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
25 lines
717 B
TypeScript
25 lines
717 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.youloft.icloser',
|
|
name: '心动日常',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-购买会员弹窗广告',
|
|
quickFind: true,
|
|
activityIds: 'com.youloft.icloser.view.dialog.VipRetainPacketDialog',
|
|
rules: '[id="com.youloft.icloser:id/tv_later_buy"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13067183',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '局部广告-右下角悬浮窗小广告',
|
|
quickFind: true,
|
|
activityIds: 'com.youloft.icloser.activity.MainActivity',
|
|
rules: '[id="com.youloft.icloser:id/iv_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13164387',
|
|
},
|
|
],
|
|
});
|