mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(美团众包): 弹窗广告 (#3252)
This commit is contained in:
22
src/apps/com.sankuai.meituan.dispatch.crowdsource.ts
Normal file
22
src/apps/com.sankuai.meituan.dispatch.crowdsource.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.sankuai.meituan.dispatch.crowdsource',
|
||||||
|
name: '美团众包',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'com.meituan.banma.main.activity.MainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
matches:
|
||||||
|
'[id="com.sankuai.meituan.dispatch.crowdsource:id/image_ad_close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13694935',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user