feat(追剧达人):广告弹窗 (#3342)

close #3337
This commit is contained in:
jiuqianyuan 2023-12-24 20:42:47 +08:00 committed by GitHub
parent d5a857d560
commit f9a1318feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
src/apps/com.sjm.luobo.ts Normal file
View File

@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.sjm.luobo',
name: '追剧达人',
groups: [
{
key: 6,
name: '广告弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
name: '字节广告SDK',
matches:
'FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView[width<90][height<90]',
snapshotUrls: 'https://i.gkd.li/import/13723963',
},
],
},
],
});