feat(倍思):定位弹窗 (#3699)

close #3697
This commit is contained in:
AIsouler 2024-01-14 20:10:58 +08:00 committed by GitHub
parent fe25cff556
commit cd2542cbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
},
],
});