Files
AIsouler-GKD_subscription/src/apps/com.duokan.phone.remotecontroller.ts
2023-09-04 17:08:56 +08:00

17 lines
417 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.duokan.phone.remotecontroller',
name: '万能遥控',
groups: [
{
key: 0,
name: '底部横幅广告',
activityIds:
'com.xiaomi.mitv.phone.remotecontroller.HoriWidgetMainActivityV2',
rules:
'ImageView[id=`com.duokan.phone.remotecontroller:id/image_close_banner`]',
},
],
});