mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:22:21 +08:00
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:
parent
3523710f8f
commit
7dc629d13d
20
src/apps/com.android.browser.ts
Normal file
20
src/apps/com.android.browser.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user