mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(小红书): 开屏广告-规则优化 (#1580)
* 小红书新增ActivityId * 小红书新的ActivityId * fix(小红书):开屏广告新增一个ActivityId * feat(小红书): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -8,14 +8,20 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
matchTime: 10000,
|
||||||
rules: '[text="广告"] - @FrameLayout > [text="跳过"]',
|
actionMaximum: 1,
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12739065',
|
resetMatch: 'app',
|
||||||
|
rules: '[text="跳过"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12739065', // com.xingin.xhs.index.v2.IndexActivityV2
|
||||||
|
'https://gkd-kit.gitee.io/import/13197784', // com.xingin.matrix.detail.activity.DetailFeedActivity
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '关闭开启通知弹窗',
|
name: '关闭开启通知弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
actionMaximum: 1,
|
||||||
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||||
rules: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
rules: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13195753',
|
snapshotUrls: 'https://i.gkd.li/import/13195753',
|
||||||
|
|||||||
Reference in New Issue
Block a user