mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user