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', + }, + ], + }, + ], +});