mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 09:42:20 +08:00
parent
fe25cff556
commit
cd2542cbbb
30
src/apps/com.baseus.intelligent.ts
Normal file
30
src/apps/com.baseus.intelligent.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user