mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(淘宝): 弹窗-下次从首页找到 (#1541)
* Update com.taobao.taobao.ts 菜鸟页面-下次从首页找到 * 消息页面-开启系统通知提示 https://github.com/gkd-kit/subscription/issues/1502 * Update com.taobao.taobao.ts * feat(淘宝): 弹窗-下次从首页找到 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,8 +7,12 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.taobao.bootimage.activity.BootImageActivity',
|
||||
rules: '[id="com.taobao.taobao:id/close"]', // 1687596777612
|
||||
rules: '[id="com.taobao.taobao:id/close"]',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
@@ -49,5 +53,14 @@ export default defineAppConfig({
|
||||
rules: '@View[clickable=true] - View > View > TextView[text="立即签到"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642798',
|
||||
},
|
||||
{
|
||||
key: 12,
|
||||
name: '弹窗-下次从首页找到',
|
||||
desc: '点击底部x图片按钮',
|
||||
quickFind: true,
|
||||
activityIds: 'com.alibaba.triver.container.TriverMainActivity',
|
||||
rules: '[id="com.taobao.taobao.triver_taobao:id/close_image"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13197362',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user