feat(荣耀亲选): 开屏广告 (#2814)

This commit is contained in:
adproqwq
2023-12-05 20:29:57 +08:00
committed by GitHub
parent 4b5e8521cd
commit 50cddae0cf

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.honor.qinxuan',
name: '荣耀亲选',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
actionMaximum: 1,
matchTime: 10000,
resetMatch: 'app',
rules: '[text*="跳过"][id="cn.honor.qinxuan:id/tv_time"]',
snapshotUrls: 'https://i.gkd.li/import/13541270',
},
],
});