mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
perf(酷安): 分段广告
This commit is contained in:
@@ -47,7 +47,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '分段广告-卡片广告',
|
name: '分段广告-卡片广告',
|
||||||
desc: '点击卡片右上角按钮->免广告-点击不感兴趣->选择关闭原因-点击不感兴趣',
|
desc: '点击卡片右上角按钮->免广告-点击关闭->选择关闭原因-点击不感兴趣',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.coolapk.market.view.main.MainActivity', // 缺少快照
|
'com.coolapk.market.view.main.MainActivity', // 缺少快照
|
||||||
@@ -59,8 +59,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '点击右上角x按钮',
|
name: '点击右上角x按钮',
|
||||||
matches:
|
matches: '[id="com.coolapk.market:id/close_view"]',
|
||||||
'[id="com.coolapk.market:id/ad_time_view"||id="com.coolapk.market:id/top_text_view"||id="com.coolapk.market:id/ad_text_view"] +n [id="com.coolapk.market:id/close_view"]',
|
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12707506',
|
'https://i.gkd.li/i/12707506',
|
||||||
'https://i.gkd.li/i/12642094',
|
'https://i.gkd.li/i/12642094',
|
||||||
@@ -72,27 +71,20 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
preKeys: [1],
|
preKeys: [1],
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '去广告/免广告-点击不感兴趣',
|
name: '去广告/免广告-点击关闭',
|
||||||
matches:
|
matches: '[text*="广告"] <n * > [text="关闭"]',
|
||||||
'Button[text$="广告"] <n LinearLayout[childCount=2] > Button[text="不感兴趣"]',
|
snapshotUrls: 'https://i.gkd.li/i/14959519',
|
||||||
snapshotUrls: [
|
|
||||||
'https://i.gkd.li/i/12707509',
|
|
||||||
'https://i.gkd.li/i/12642132',
|
|
||||||
'https://i.gkd.li/i/12642155',
|
|
||||||
'https://i.gkd.li/i/12774753',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: [1, 2],
|
preKeys: [1, 2],
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '选择关闭原因-点击不感兴趣',
|
name: '选择关闭原因-点击不感兴趣',
|
||||||
matches: ['@LinearLayout > TextView[text="不感兴趣"]'],
|
matches: '@LinearLayout > TextView[text="不感兴趣"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12472633',
|
'https://i.gkd.li/i/12472633',
|
||||||
'https://i.gkd.li/i/12655713',
|
'https://i.gkd.li/i/12655713',
|
||||||
'https://i.gkd.li/i/12660759',
|
'https://i.gkd.li/i/12660759',
|
||||||
'https://i.gkd.li/i/12706437',
|
'https://i.gkd.li/i/12706437',
|
||||||
'https://i.gkd.li/i/13786886', // 没有id
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user