feat(荣耀俱乐部): 开屏广告 (#2993)

This commit is contained in:
Kun Jinkao
2023-12-11 19:34:42 +08:00
committed by GitHub
parent da03bcd468
commit c74cc754e6

View File

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