feat(漫天星): 弹窗广告 (#3009)

* feat 弹窗广告

* Update ltd.sky.okay.cn.ts
This commit is contained in:
Kun Jinkao
2023-12-11 19:58:03 +08:00
committed by GitHub
parent b3608004c6
commit 81d7e4a4cc

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'ltd.sky.okay.cn',
name: '漫天星',
groups: [
{
key: 1,
name: '弹窗广告',
rules: [
{
key: 0,
name: '腾讯广告',
activityIds: [],
matches:
'ImageView -2 FrameLayout > FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
snapshotUrls: 'https://i.gkd.li/import/13625479',
},
],
},
],
});