feat(影视仓): 卡片式广告 (#2577)

This commit is contained in:
Kun Jinkao
2023-11-28 19:56:12 +08:00
committed by GitHub
parent 7f0341d2ae
commit 2169ed1e20

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.movie.store',
name: '影视仓',
groups: [
{
key: 1,
name: '卡片式广告',
rules: [
{
key: 0,
name: '快手广告',
activityIds:
'com.github.tvbox.osc.ui.activity.mobile.MobileHomeActivity',
matches: '[text="广告"] +2 View > View + TextView',
snapshotUrls: 'https://i.gkd.li/import/13476107',
},
],
},
],
});