From 00bb6af5b988a0e7304fcd16ee06a67c28862a0f Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 10 Feb 2024 17:21:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(777=E5=BD=B1=E8=A7=86):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=B9=BF=E5=91=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.changyou.app.qi.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.changyou.app.qi.ts diff --git a/src/apps/com.changyou.app.qi.ts b/src/apps/com.changyou.app.qi.ts new file mode 100644 index 00000000..b8115911 --- /dev/null +++ b/src/apps/com.changyou.app.qi.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.changyou.app.qi', + name: '777影视', + groups: [ + { + key: 1, + name: '全屏广告-广告弹窗', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.changyou.app.qi.MainActivity', + matches: '[vid="ksad_auto_close_btn"]', + exampleUrls: + 'https://m.gkd.li/57941037/687f8201-8b15-491e-9c51-f3af0dc00260', + snapshotUrls: 'https://i.gkd.li/import/14228685', + }, + ], + }, + ], +});