mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(影视仓): 卡片式广告 (#2577)
This commit is contained in:
22
src/apps/com.movie.store.ts
Normal file
22
src/apps/com.movie.store.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user