mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(小红书): 信息流广告 (#2559)
* feat(小红书):信息流广告 * Update com.xingin.xhs.ts * Update com.xingin.xhs.ts
This commit is contained in:
@@ -62,21 +62,24 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '信息流广告',
|
name: '信息流广告',
|
||||||
desc: '点有【赞助】标识的卡片-点【不感兴趣】',
|
desc: '长按【赞助】/【广告】标识的卡片-点【不感兴趣】',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
action: 'longClick',
|
action: 'longClick',
|
||||||
name: '长按【赞助】卡片',
|
name: '长按【赞助】/【广告】卡片',
|
||||||
matches:
|
matches:
|
||||||
'@FrameLayout[clickable=true] ImageView + ImageView + TextView[text="赞助"]',
|
'@FrameLayout[clickable=true] > LinearLayout TextView[text="赞助"||text="广告"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13455503',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13455503',
|
||||||
|
'https://i.gkd.li/import/13470690',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: 0,
|
preKeys: 0,
|
||||||
name: '长按【赞助】卡片',
|
name: '点【不感兴趣】',
|
||||||
matches:
|
matches:
|
||||||
'RecyclerView > @LinearLayout > TextView[text="不喜欢该内容"]',
|
'RecyclerView > @LinearLayout > TextView[text="不喜欢该内容"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13455500',
|
snapshotUrls: 'https://i.gkd.li/import/13455500',
|
||||||
|
|||||||
Reference in New Issue
Block a user