mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 01:33:37 +08:00
feat(X) 信息流广告-帖子详情页、搜索页、用户资料页 (#1066)
* feat 信息流广告-帖子详情页、搜索页(完善规则) * feat 信息流广告-帖子详情页、搜索页、用户资料页(完善规则) close #1062
This commit is contained in:
parent
f3a66667d9
commit
2a8b63d61e
|
@ -37,11 +37,12 @@ export default defineAppConfig({
|
|||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '信息流广告-帖子详情页、搜索页',
|
||||
name: '信息流广告-帖子详情页、搜索页、用户资料页',
|
||||
desc: '点击右上角关闭,点击屏蔽用户,确认屏蔽.点击[我不喜欢]会返回主页,因此点击[屏蔽]',
|
||||
activityIds: [
|
||||
'com.twitter.tweetdetail.TweetDetailActivity',
|
||||
'com.twitter.android.search.implementation.results.SearchActivity',
|
||||
'com.twitter.app.profiles.ProfileActivity',
|
||||
],
|
||||
cd: 3000,
|
||||
rules: [
|
||||
|
@ -59,9 +60,10 @@ export default defineAppConfig({
|
|||
name: '点击右上角关闭',
|
||||
key: 1,
|
||||
matches:
|
||||
'@[id="com.twitter.android:id/tweet_curation_action"] <2 * + [id="com.twitter.android:id/tweet_auto_playable_content_parent"] > [id="com.twitter.android:id/tweet_promoted_badge_bottom"][text="推荐"]',
|
||||
'@[id="com.twitter.android:id/tweet_curation_action"] <2 * + [id="com.twitter.android:id/tweet_auto_playable_content_parent"] > [id="com.twitter.android:id/tweet_promoted_badge_bottom"][text$="推荐"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.songe.li/import/12882676', // com.twitter.tweetdetail.TweetDetailActivity
|
||||
'https://gkd-kit.songe.li/import/12904603', // com.twitter.app.profiles.ProfileActivity
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -73,6 +75,7 @@ export default defineAppConfig({
|
|||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12828815', // com.twitter.tweetdetail.TweetDetailActivity
|
||||
'https://gkd-kit.songe.li/import/12847600', // com.twitter.android.search.implementation.results.SearchActivity
|
||||
'https://gkd-kit.songe.li/import/12904602', // com.twitter.app.profiles.ProfileActivity
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -80,7 +83,10 @@ export default defineAppConfig({
|
|||
key: 11,
|
||||
name: '二次确认-点击屏蔽',
|
||||
matches: '[text="取消"] + [text="屏蔽"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12828832',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12828832', // com.twitter.tweetdetail.TweetDetailActivity
|
||||
'https://gkd-kit.songe.li/import/12904601', // com.twitter.app.profiles.ProfileActivity
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user