Skip to content

Commit

Permalink
feat(荣耀浏览器): 开屏广告 (#666)
Browse files Browse the repository at this point in the history
Signed-off-by: EvolvedGhost <[email protected]>
Co-authored-by: AIsouler <[email protected]>
  • Loading branch information
EvolvedGhost and AIsouler authored Jan 1, 2025
1 parent 02d14dd commit fc96e79
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/apps/com.hihonor.baidu.browser.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});

0 comments on commit fc96e79

Please sign in to comment.