mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
26 lines
644 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|