mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(财联社): 优化开屏广告,添加首页弹窗广告 (#3372)
This commit is contained in:
@@ -3,16 +3,31 @@ import { defineAppConfig } from '../types';
|
|||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
id: 'com.lanjinger.choiassociatedpress',
|
id: 'com.lanjinger.choiassociatedpress',
|
||||||
name: '财联社',
|
name: '财联社',
|
||||||
|
quickFind: true,
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
quickFind: true,
|
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
enable: true,
|
||||||
|
activityIds: 'com.lanjinger.choiassociatedpress.ad.AdActivity',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
rules: '[id="com.lanjinger.choiassociatedpress:id/iv_skip"]',
|
rules: '[text="跳过"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13627807',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13627807',
|
||||||
|
'https://i.gkd.li/import/13748989',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '首页-弹窗广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
enable: false,
|
||||||
|
activityIds: 'com.lanjinger.choiassociatedpress.main.OperateActivity',
|
||||||
|
rules: '@ImageView[id$="iv_back"][clickable=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13749206',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user