mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:42:20 +08:00
feat(小周便签) 开屏广告-规则优化 (#1121)
* 新创建 App 规则 * feat 开屏广告(补充 activityId) * fix app 名称错误
This commit is contained in:
parent
d848e7672c
commit
87341d56eb
|
@ -2,15 +2,21 @@ import { defineAppConfig } from '../types';
|
|||
|
||||
export default defineAppConfig({
|
||||
id: 'me.zhouzhuo810.zznote',
|
||||
name: '上海交警',
|
||||
name: '小周便签',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '小周便签',
|
||||
activityIds: 'me.zhouzhuo810.zznote.view.act.QiDongActivity',
|
||||
name: '开屏广告',
|
||||
activityIds: [
|
||||
'me.zhouzhuo810.zznote.view.act.QiDongActivity',
|
||||
'me.zhouzhuo810.zznote.view.act.edit.immersive.SpanPicWordDetailImmersiveActivity',
|
||||
],
|
||||
rules:
|
||||
'[id="me.zhouzhuo810.zznote:id/native_ad_container"] + [id^="me.zhouzhuo810.zznote:id/btn_next"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12798528',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.songe.li/import/12798528',
|
||||
'https://gkd-kit.songe.li/import/12912217',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user