mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(小红书):信息流广告 (#2483)
* feat(小红书):信息流广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2479
This commit is contained in:
@@ -58,5 +58,30 @@ export default defineAppConfig({
|
||||
'@ImageView[clickable=true] <2 FrameLayout < LinearLayout >2 [text="立即安装"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13246890',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 3,
|
||||
name: '信息流广告',
|
||||
desc: '点有【赞助】标识的卡片-点【不感兴趣】',
|
||||
quickFind: true,
|
||||
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
action: 'longClick',
|
||||
name: '长按【赞助】卡片',
|
||||
matches:
|
||||
'@FrameLayout[clickable=true] ImageView + ImageView + TextView[text="赞助"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13455503',
|
||||
},
|
||||
{
|
||||
preKeys: 0,
|
||||
name: '长按【赞助】卡片',
|
||||
matches:
|
||||
'RecyclerView > @LinearLayout > TextView[text="不喜欢该内容"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13455500',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user