From 082ce0cee4aa5a70752a4f5c55429a167d890f05 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 11 Aug 2024 20:52:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E4=B8=BB=E9=A2=98):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hihonor.android.thememanager.ts | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.hihonor.android.thememanager.ts diff --git a/src/apps/com.hihonor.android.thememanager.ts b/src/apps/com.hihonor.android.thememanager.ts new file mode 100644 index 00000000..46d636c5 --- /dev/null +++ b/src/apps/com.hihonor.android.thememanager.ts @@ -0,0 +1,24 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.hihonor.android.thememanager', + name: '主题', + groups: [ + { + key: 1, + name: '开屏广告', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + action: 'clickCenter', + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/f9821020-292c-454d-8e04-83ca73b38358', + snapshotUrls: 'https://i.gkd.li/i/16573695', + }, + ], + }, + ], +});