mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(IT之家): 局部广告-卡片广告、更新提示
This commit is contained in:
@@ -6,10 +6,18 @@ export default defineGkdApp({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-资讯页信息流广告',
|
||||
activityIds: 'com.ruanmei.ithome.ui.MainActivity',
|
||||
rules: '[id="hongbaotips"] +n @View > [text="关闭"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13167193',
|
||||
name: '局部广告-卡片广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.ruanmei.ithome.ui.MainActivity',
|
||||
matches: '@[text="关闭"][visibleToUser=true] <<n [vid="ll_web"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15413491',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
@@ -38,5 +46,20 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '更新提示',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.ruanmei.ithome.ui.MainActivity',
|
||||
matches: '[vid="btn_dialog_upgrade_ignore"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15413494',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user