diff --git a/src/apps/com.hihonor.baidu.browser.ts b/src/apps/com.hihonor.baidu.browser.ts new file mode 100644 index 00000000..331f6948 --- /dev/null +++ b/src/apps/com.hihonor.baidu.browser.ts @@ -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', + }, + ], + }, + ], +});