mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
Squashed commit of the following:
commit 499ab0ebe723cfd7045081446d55ca00590196f1 Author: aisouler <zy43220@gmail.com> Date: Fri Jan 26 17:36:00 2024 +0800 Update com.xunmeng.pinduoduo.ts commit af945cf83a84af39103dd61ebdb1080c65887d54 Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Date: Thu Jan 18 06:15:07 2024 +0000 chore(actions): check_format_lint commit e954b0b79af7fa11988b6f619ed3c346a4cb86e1 Author: aisouler <zy43220@gmail.com> Date: Thu Jan 18 14:14:18 2024 +0800 feat(拼多多):多多视频-上滑看视频得现金弹窗、青少年模式 commit aa579773f9c8e9d77da649e22f04dbe974e1fb66 Author: aisouler <zy43220@gmail.com> Date: Thu Jan 18 12:58:42 2024 +0800 feat(拼多多):红包助手打款弹窗 commit a4ffd00e7daaadbe24db85c3e757bb3eb41de930 Author: aisouler <zy43220@gmail.com> Date: Tue Jan 16 15:16:42 2024 +0800 feat(拼多多):金币翻倍特权弹窗 commit b5ee1a3444ed5c63d3dda6ab5e2b58853abcaaec Author: aisouler <zy43220@gmail.com> Date: Tue Jan 16 15:07:04 2024 +0800 feat(拼多多):视频页红包弹窗
This commit is contained in:
@@ -84,7 +84,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '红包弹窗',
|
name: '全屏广告-红包弹窗',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -108,6 +108,13 @@ export default defineAppConfig({
|
|||||||
'[text="百亿补贴"] > View > View > @View[clickable=true] +n [text^="立即领取"]',
|
'[text="百亿补贴"] > View > View > @View[clickable=true] +n [text^="立即领取"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13669963',
|
snapshotUrls: 'https://i.gkd.li/import/13669963',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
|
matches:
|
||||||
|
'[id="com.xunmeng.pinduoduo:id/pdd"] View[childCount=3][clickable=false] > Image[index=0]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13944160',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -231,5 +238,56 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 13,
|
||||||
|
name: '全屏广告-金币翻倍特权弹窗',
|
||||||
|
desc: '点击X',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
|
matches:
|
||||||
|
'[id="com.xunmeng.pinduoduo:id/pdd"] ViewGroup[childCount=4] > ImageView[clickable=true][desc=null]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13944165',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 14,
|
||||||
|
name: '全屏广告-红包助手打款弹窗',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
|
matches:
|
||||||
|
'[id="com.xunmeng.pinduoduo:id/pdd"][childCount=1] >4 ImageView[id=null]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13972251',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 15,
|
||||||
|
name: '全屏广告-多多视频-上滑看视频得现金弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
|
matches: '[text="上滑看视频得现金"] - [text="webp"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13809053',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 16,
|
||||||
|
name: '青少年模式',
|
||||||
|
desc: '点击我知道了',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
|
matches:
|
||||||
|
'[text="青少年模式"] < FrameLayout +5 ViewGroup [text="我知道了"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13809053',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user