mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(拼多多): 更新弹窗-规则优化 (#1515)
This commit is contained in:
@@ -14,11 +14,21 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新弹窗',
|
||||||
activityIds: ['com.xunmeng.pinduoduo.activity.NewPageActivity'],
|
|
||||||
rules: [
|
rules: [
|
||||||
'[text*="新版本"] - ImageView < LinearLayout < LinearLayout + ImageButton[clickable=true]',
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.activity.NewPageActivity',
|
||||||
|
matches:
|
||||||
|
'[text*="新版本"] - ImageView < LinearLayout < LinearLayout + ImageButton[clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642017',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
|
matches: '@Image + Image +n [text="立即升级"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13195645',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12642017'],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user