mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
24 lines
789 B
TypeScript
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
|
|
],
|
|
},
|
|
],
|
|
});
|