feat(知到): 开屏广告 (#736)

* feat(知到): 开屏广告

* feat(知到): 开屏广告-规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
Adam
2023-10-08 00:35:10 +08:00
committed by GitHub
parent 0d29ec6ef7
commit b07e31fbf8

View File

@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.able.wisdomtree',
name: '知到',
groups: [
{
key: 1,
name: '开屏广告',
activityIds:
'com.example.advertisement_business.advertisement.AdvertisementActivity',
rules: [
{
matches: ['[id="com.able.wisdomtree:id/tv_skip"]'],
snapshotUrls: 'https://gkd-kit.songe.li/import/12838048',
},
],
},
],
});