mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
Squashed commit of the following:
commit eeaa34786d8f6547782e288c8e05eabafe8b547a Author: aisouler <zy43220@gmail.com> Date: Fri Jan 26 20:23:43 2024 +0800 feat(网易有道词典):全屏广告(补充activityid) commit 037afaf2908bbc8019e7bc9bfca0120d234afbfe Author: aisouler <zy43220@gmail.com> Date: Mon Jan 22 20:01:24 2024 +0800 feat(网易有道词典):首页卡片广告
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '卡片式广告',
|
||||
name: '局部广告-卡片式广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -29,6 +29,12 @@ export default defineAppConfig({
|
||||
'https://i.gkd.li/import/13800056',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||
matches: '[id="com.youdao.dict:id/home_ad_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14009705',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -63,16 +69,22 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 2,
|
||||
name: '抽奖机会-弹窗广告',
|
||||
activityIds: 'com.youdao.dict.activity.DictSplashActivity',
|
||||
activityIds: [
|
||||
'com.youdao.dict.activity.DictSplashActivity',
|
||||
'com.youdao.dict.activity.DictHotBootSplashActivity',
|
||||
],
|
||||
quickFind: true,
|
||||
matches: '[vid="skip_bottom_view"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13931202',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13931202',
|
||||
'https://i.gkd.li/import/14064647',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: 'VIP-弹窗',
|
||||
name: '全屏广告-VIP弹窗',
|
||||
activityIds: 'com.youdao.dict.vip.activity.RecallSevenDayVipActivity',
|
||||
rules: '@ImageView[id="com.youdao.dict:id/iv_close"]',
|
||||
quickFind: true,
|
||||
@@ -80,7 +92,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '评价弹窗',
|
||||
name: '评价提示',
|
||||
activityIds: 'com.youdao.dict.activity.MainActivity',
|
||||
quickFind: true,
|
||||
resetMatch: 'app',
|
||||
@@ -91,7 +103,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
name: '更新弹窗',
|
||||
name: '更新提示',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
|
||||
Reference in New Issue
Block a user