feat(爱奇艺极速版): 开屏广告 (#3541)

close #3539
This commit is contained in:
adproqwq
2024-01-02 20:12:23 +08:00
committed by GitHub
parent 2cce1c8015
commit f724efd17f

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.qiyi.video.lite',
name: '爱奇艺极速版',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: '[text*="关闭"] <2 LinearLayout',
snapshotUrls: 'https://i.gkd.li/import/13797162',
},
],
});