mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(知到): 开屏广告 (#736)
* feat(知到): 开屏广告 * feat(知到): 开屏广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
20
src/apps/com.able.wisdomtree.ts
Normal file
20
src/apps/com.able.wisdomtree.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user