mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(暮瑟): 漂流瓶-提示弹窗、漂流瓶-定位弹窗规则优化 (#2492)
This commit is contained in:
@@ -35,11 +35,17 @@ export default defineAppConfig({
|
|||||||
key: 4,
|
key: 4,
|
||||||
name: '漂流瓶-提示弹窗',
|
name: '漂流瓶-提示弹窗',
|
||||||
quickFind: true,
|
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: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[id="com.maxhom.weibu:id/ivClose"]',
|
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: '自动点击取消',
|
desc: '自动点击取消',
|
||||||
enable: false,
|
enable: false,
|
||||||
quickFind: true,
|
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: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[text="去设置"] +n [text="取消"]',
|
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',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user