Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

feat(快码万能播放器): 全屏广告 #4031

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/apps/com.kmsoft.fvplayer.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.kmsoft.fvplayer',
name: '快码万能播放器',
groups: [
{
key: 1,
name: '全屏广告',
activityIds: [
'com.kmsoft.fvplayer.activity.MainActivity',
'com.kmsoft.fvplayer.activity.PayActivity',
],
rules: [
{
key: 0,
name: '腾讯SDK',
matches:
'[id="android:id/content"] >n FrameLayout[index=2][childCount=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/14019546',
},
{
key: 1,
name: '快手SDK',
matches:
'[vid="ksad_tk_view"] >n @ViewGroup[clickable=true] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/14019547',
},
],
},
],
});