Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(倍思):定位弹窗 (#3699)
Browse files Browse the repository at this point in the history
close #3697
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent fe25cff commit cd2542c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/apps/com.baseus.intelligent.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.baseus.intelligent',
name: '倍思',
groups: [
{
key: 1,
name: '定位提示-定位请求',
desc: '点击取消-点击取消',
rules: [
{
key: 0,
quickFind: true,
activityIds: 'com.baseus.intelligent.view.home.MainActivity',
matches: '@[text="取消"] + [text="前往设置"]',
snapshotUrls: 'https://i.gkd.li/import/13827653',
},
{
preKeys: 0,
key: 1,
quickFind: true,
activityIds: 'com.baseus.intelligent.view.home.MainActivity',
matches: '@[text="取消"] + [text="授权"]',
snapshotUrls: 'https://i.gkd.li/import/13827986',
},
],
},
],
});

0 comments on commit cd2542c

Please sign in to comment.