chore: sync

This commit is contained in:
lisonge
2023-09-02 13:17:03 +08:00
parent cd5ec3bd6f
commit 17c007ebbf
88 changed files with 1191 additions and 363 deletions

View File

@@ -2,16 +2,17 @@ import type { AppConfig } from '../types';
export default <AppConfig>{
id: 'com.miui.systemAdSolution',
name: `miui系统广告`,
groups: [
{
key: 0,
name: 'miui任意app开屏广告',
name: '任意app开屏广告',
rules: '[id=`com.miui.systemAdSolution:id/view_skip_button`]',
},
{
key: 1,
name: 'miui-为什么不希望看到这条推广',
desc: '关闭这个提示',
desc: `关闭这个提示,使用ADB禁用广告组件时,点击此按钮无反应`,
activityIds: 'com.xiaomi.ad.feedback',
rules: '[id=`com.miui.systemAdSolution:id/no_interest`]',
},