feat(两步路户外助手): 全屏广告(补充规则)、通知提示

This commit is contained in:
AIsouler
2024-04-12 09:37:43 +08:00
parent a6cf1febb7
commit 284df7f240

View File

@@ -7,6 +7,7 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
@@ -34,6 +35,28 @@ export default defineAppConfig({
'https://i.gkd.li/i/14866147',
],
},
{
key: 1,
quickFind: true,
activityIds: 'com.lolaage.tbulu.tools.ui.activity.main.MainActivity',
matches: '[vid="ivClose"]',
snapshotUrls: 'https://i.gkd.li/i/14952807',
},
],
},
{
key: 3,
name: '通知提示-[发送通知]弹窗',
desc: '点击[取消]',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[text="发送通知"] + * >3 [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/14952803',
},
],
},
],