mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(智能服务): 开屏广告
This commit is contained in:
@@ -5,18 +5,18 @@ export default defineAppConfig({
|
||||
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
|
||||
// 全局规则无效,单独规则有效
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
resetMatch: 'app',
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14927422',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user