Files
AIsouler-GKD_subscription/src/apps/com.miui.systemAdSolution.ts
2024-02-23 21:42:34 +08:00

24 lines
789 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.miui.systemAdSolution',
name: '智能服务',
groups: [
{
key: 1,
name: '分段广告-为什么不希望看到这条推广',
desc: '点击"不感兴趣"',
activityIds: [
'com.xiaomi.ad.feedback',
'com.android.thememanager.module.detail.view.ThemeDetailActivity',
'com.android.thememanager.ThemeResourceProxyTabActivity',
],
rules: '[id="com.miui.systemAdSolution:id/no_interest"]',
snapshotUrls: [
'https://i.gkd.li/i/13227328', // com.android.thememanager.module.detail.view.ThemeDetailActivity
'https://i.gkd.li/i/13255751', // com.android.thememanager.ThemeResourceProxyTabActivity
],
},
],
});