perf: 优化定位提示

This commit is contained in:
AIsouler
2024-03-15 18:55:26 +08:00
parent 6025fd3248
commit 6b32c1aca5
13 changed files with 36 additions and 8 deletions

View File

@@ -143,16 +143,18 @@ export default defineAppConfig({
name: '定位提示',
desc: '自动点击X',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
activityIds: 'me.ele.application.ui.Launcher.LauncherActivity',
rules: [
{
key: 0,
activityIds: 'me.ele.application.ui.Launcher.LauncherActivity',
matches: '[text="去开启"] + [id="me.ele:id/close"]',
snapshotUrls: 'https://i.gkd.li/i/13710588',
},
{
key: 1,
activityIds: 'me.ele.application.ui.Launcher.LauncherActivity',
matches: '[text="去开启"] + [id="me.ele:id/close_tips"]',
snapshotUrls: 'https://i.gkd.li/i/13710585',
},