diff --git a/src/apps/com.huawei.hwread.dz.ts b/src/apps/com.huawei.hwread.dz.ts new file mode 100644 index 00000000..ae022e38 --- /dev/null +++ b/src/apps/com.huawei.hwread.dz.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.huawei.hwread.dz', + name: '华为阅读', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + action: 'clickCenter', // https://github.com/AIsouler/GKD_subscription/issues/246 + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/15862073', + }, + ], + }, + ], +});