Files
AIsouler-GKD_subscription/src/apps/com.duokan.phone.remotecontroller.ts
2024-12-03 20:22:45 +08:00

26 lines
644 B
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.duokan.phone.remotecontroller',
name: '万能遥控',
groups: [
{
key: 4,
name: '权限提示-定位权限',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds:
'com.xiaomi.mitv.phone.remotecontroller.HoriWidgetMainActivityV2',
matches:
'[id="com.duokan.phone.remotecontroller:id/ll_permission"] >2 [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/13642080',
},
],
},
],
});