mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(摩托范): APP内弹窗广告 (#414)
* feat: 新增摩托范弹窗规则 * feat(摩托范): 弹窗广告-添加示例 --------- Co-authored-by: shanlan <hi@gobyte.cn> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
22
src/apps/com.jdd.motorfans.ts
Normal file
22
src/apps/com.jdd.motorfans.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jdd.motorfans',
|
||||
name: '摩托范',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: 'APP内弹窗广告',
|
||||
activityIds: ['com.jdd.motorfans.MTMainActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'RelativeLayout > ImageView[id="com.jdd.motorfans:id/iv_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12733646',
|
||||
exampleUrls:
|
||||
'https://user-images.githubusercontent.com/44717382/270852019-b0296eaa-a378-49b3-877b-acefca2a7d58.gif',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user