feat(暮瑟): 漂流瓶-提示弹窗、漂流瓶-定位弹窗规则优化 (#2492)

This commit is contained in:
aoguai
2023-11-26 21:09:27 +08:00
committed by GitHub
parent 32e341f560
commit fc09faa47e

View File

@@ -35,11 +35,17 @@ export default defineAppConfig({
key: 4,
name: '漂流瓶-提示弹窗',
quickFind: true,
activityIds: 'com.maxhom.weibu.tool.home.activity.ToolBottleActivity',
activityIds: [
'com.maxhom.weibu.tool.home.activity.ToolBottleActivity',
'com.maxhom.weibu.tool.home.activity.NewMainActivity',
],
rules: [
{
matches: '[id="com.maxhom.weibu:id/ivClose"]',
snapshotUrls: 'https://i.gkd.li/import/13377649',
snapshotUrls: [
'https://i.gkd.li/import/13377649',
'https://i.gkd.li/import/13457015',
],
},
],
},
@@ -49,11 +55,19 @@ export default defineAppConfig({
desc: '自动点击取消',
enable: false,
quickFind: true,
activityIds: 'com.maxhom.weibu.tool.home.activity.ToolBottleActivity',
activityIds: [
'com.maxhom.weibu.tool.home.activity.ToolBottleActivity',
'com.maxhom.weibu.tool.msg.MyBottleActivity',
'com.maxhom.weibu.tool.home.activity.NewMainActivity',
],
rules: [
{
matches: '[text="去设置"] +n [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/13377685',
snapshotUrls: [
'https://i.gkd.li/import/13377685',
'https://i.gkd.li/import/13457033',
'https://i.gkd.li/import/13457038',
],
},
],
},