feat(荣耀主题): 开屏广告

This commit is contained in:
AIsouler
2024-08-11 20:52:34 +08:00
parent 70c7570746
commit 082ce0cee4

View File

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