mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(拼多多): 通知提示(补充规则)
This commit is contained in:
@@ -133,8 +133,6 @@ export default defineAppConfig({
|
|||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
matches: '@ImageView[clickable=true] + * >4 [text="去刮奖"]',
|
matches: '@ImageView[clickable=true] + * >4 [text="去刮奖"]',
|
||||||
exampleUrls:
|
|
||||||
'https://m.gkd.li/57941037/f9f73d28-a124-41ba-9781-261a3af281c6',
|
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14456101',
|
snapshotUrls: 'https://i.gkd.li/i/14456101',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -213,8 +211,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.xunmeng.pinduoduo.activity.NewPageActivity',
|
activityIds: 'com.xunmeng.pinduoduo.activity.NewPageActivity',
|
||||||
matches:
|
matches: '[vid="iv_float_window_close"]',
|
||||||
'[vid="iv_float_window_close"] > TextView[text=""][visibleToUser=true]',
|
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/560162d0-940d-413a-8f2e-e40c21c976e2',
|
'https://m.gkd.li/57941037/560162d0-940d-413a-8f2e-e40c21c976e2',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14549415',
|
snapshotUrls: 'https://i.gkd.li/i/14549415',
|
||||||
@@ -227,7 +224,7 @@ export default defineAppConfig({
|
|||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: ['com.xunmeng.pinduoduo.ui.activity.HomeActivity'],
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -235,8 +232,8 @@ export default defineAppConfig({
|
|||||||
action: 'clickCenter',
|
action: 'clickCenter',
|
||||||
matches: 'FrameLayout > TextView[text="领取今日现金"]',
|
matches: 'FrameLayout > TextView[text="领取今日现金"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13201422', //com.xunmeng.pinduoduo.ui.activity.HomeActivity
|
'https://i.gkd.li/i/13201422',
|
||||||
'https://i.gkd.li/i/13372677', //com.bbk.launcher2.Launcher
|
'https://i.gkd.li/i/13372677',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -383,16 +380,21 @@ export default defineAppConfig({
|
|||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
matches:
|
matches:
|
||||||
'FrameLayout > ViewGroup[vid="pdd"] > ViewGroup > ViewGroup[childCount<3] > ViewGroup[childCount=3 || childCount=2] >(1,2) ImageView[clickable=true][visibleToUser=true]',
|
'FrameLayout > ViewGroup[vid="pdd"] > ViewGroup > ViewGroup[childCount<3] > ViewGroup[childCount=3 || childCount=2] >(1,2) ImageView[clickable=true][visibleToUser=true]',
|
||||||
exampleUrls:
|
|
||||||
'https://m.gkd.li/57941037/8f376a1e-750f-4677-af82-473f3522b67c',
|
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14109435',
|
'https://i.gkd.li/i/14109435',
|
||||||
'https://i.gkd.li/i/14549423',
|
'https://i.gkd.li/i/14549423',
|
||||||
'https://i.gkd.li/i/14662202', // 避免在此页面误触
|
'https://i.gkd.li/i/14662202', // 避免在此页面误触
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
quickFind: true,
|
||||||
|
matches: '@ImageView[clickable=true] + * >2 [text="开启通知"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15004580',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user