diff --git a/src/apps/com.qiyi.video.lite.ts b/src/apps/com.qiyi.video.lite.ts new file mode 100644 index 00000000..a5cbeaa9 --- /dev/null +++ b/src/apps/com.qiyi.video.lite.ts @@ -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', + }, + ], +});