mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
39 lines
1.2 KiB
TypeScript
39 lines
1.2 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.jin10',
|
|
name: '金十数据',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '@[id="com.jin10:id/update_cancel"] + [id="com.jin10:id/iv_pic"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12706043'],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-首页弹窗广告',
|
|
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
|
rules: '[id="com.jin10:id/iv_body"] + [id="com.jin10:id/iv_close"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12706045'],
|
|
},
|
|
{
|
|
key: 3,
|
|
name: '全屏广告-快讯页面弹窗广告',
|
|
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
|
rules: '@[id="com.jin10:id/iv_close"] + [id="com.jin10:id/iv_pic"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12706047'],
|
|
},
|
|
{
|
|
key: 10,
|
|
name: '局部广告-会员页面顶部广告',
|
|
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
|
rules: '[id="com.jin10:id/iv_header"] + [id="com.jin10:id/iv_close"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12706051'],
|
|
},
|
|
],
|
|
});
|