mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(vivo浏览器): 开屏广告 (#845)
* feat(vivo浏览器) - 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
15
src/apps/com.vivo.browser.ts
Normal file
15
src/apps/com.vivo.browser.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.vivo.browser',
|
||||
name: 'vivo浏览器',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.vivo.browser.BrowserActivity',
|
||||
rules: 'TextView[clickable = true && text ^= "跳过" && text.length = 4]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12847431',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user