feat(荣耀浏览器): 开屏广告 (#666)

Signed-off-by: EvolvedGhost <92856393+EvolvedGhost@users.noreply.github.com>
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
EvolvedGhost
2025-01-01 19:10:07 +08:00
committed by GitHub
parent 02d14dda4f
commit fc96e79a8f

View File

@@ -0,0 +1,23 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.hihonor.baidu.browser',
name: '荣耀浏览器',
groups: [
{
key: 0,
name: '开屏广告',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
matches: 'TextView[text^="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/18279202',
},
],
},
],
});