feat(小米浏览器) 关闭[个性推荐开启提示] (#700)

* feat(小米浏览器)

- 开屏广告

* 格式订正

删除末尾空行

* chore(actions): check_format_lint

* feat(小米浏览器): 关闭[个性推荐开启提示]-规则优化

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
jiuqianyuan 2023-10-08 00:05:40 +08:00 committed by GitHub
parent 3523710f8f
commit 7dc629d13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.android.browser',
name: '小米浏览器',
groups: [
{
key: 0,
name: '关闭[个性推荐开启提示]',
activityIds: ['com.android.browser.BrowserActivity'],
rules: [
{
matches:
'@ImageView[id!=null][clickable=true] -2 [text="个性推荐获得更丰富内容"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12829403',
},
],
},
],
});