feat(777影视): 全屏广告-广告弹窗

This commit is contained in:
aisouler
2024-02-10 17:21:41 +08:00
parent a91fcf8638
commit 00bb6af5b9

View File

@@ -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',
},
],
},
],
});